Html Css Color HEX #DCC00E Sunflower

📋 copy color: '#DCC00E'

red 220 ◦ green 192 ◦ blue 14

#DCC00E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DCC00E

Tints of Sunflower #DCC00E

RGB

 RED value IS 220 (86.33% from 255) = 51.64%

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 51.64%
G = 45.07%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCC00E (or 0xDCC00E) is known color: Sunflower. HEX triplet: DC, C0 and 0E. RGB value is (220,192,14). Sum of RGB (Red+Green+Blue) = 220+192+14=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC00E is #233FF1. Grayscale: #B4B4B4. Windows color (decimal): -2310130 or 966876. OLE color: 966876.

HSL color Cylindrical-coordinate representation of color #DCC00E: hue angle of 51.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCC00E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 14 -
CMYK 0 0.13 0.94 0.14
HSL 51.84º 0.88% 0.46% -
HSV(B) 51.84º 0.94% 0.86% -
XYZ 48.44 52.95 8.08 -
YUV 180.08 34.28 156.47 -
System Red Green Blue C M Y K H S L
Decimal 220 192 14 0 0.13 0.94 0.14 51.84 0.88 0.46
Hex DC C0 E 0 D 5E E 34 58 2E
Octal 334 300 16 0 15 136 16 64 130 56
Binary 11011100 11000000 1110 0 1101 1011110 1110 110100 1011000 101110

Color Harmonies of #DCC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC00E

Black with #DCC00E

Text Example


Text Example

White with #DCC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC00E; }

 p { color: rgb(220,192,14); }

 H1.HeaderClassName
 {
   color: #DCC00E;
 }
 .AnyTagClassName
 {
   color: #DCC00E;
 }
</style>

background-color css

<style>
 a { background-color: #DCC00E; }

 a { background-color: rgb(220,192,14); }

 div.DivClassName
 {
   background-color: #DCC00E;
 }
 .BgClassName
 {
   background-color: #DCC00E;
 }
</style>

border-color css

<style>
 span { border-color: #DCC00E; }

 span { border-color: rgb(220,192,14); }

 td.TdClassName
 {
   border-color: #DCC00E;
 }
 .TagClassName
 {
   border-color: #DCC00E;
 }
</style>