Html Css Color HEX #DECC0F Sunflower

📋 copy color: '#DECC0F'

red 222 ◦ green 204 ◦ blue 15

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

Shades of Sunflower #DECC0F

Tints of Sunflower #DECC0F

RGB

 RED value IS 222 (87.11% from 255) = 50.34%

 GREEN value IS 204 (80.08% from 255) = 46.26%

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 50.34%
G = 46.26%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DECC0F (or 0xDECC0F) is known color: Sunflower. HEX triplet: DE, CC and 0F. RGB value is (222,204,15). Sum of RGB (Red+Green+Blue) = 222+204+15=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC0F is #2133F0. Grayscale: #BCBCBC. Windows color (decimal): -2175985 or 1035486. OLE color: 1035486.

HSL color Cylindrical-coordinate representation of color #DECC0F: hue angle of 54.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DECC0F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 15 -
CMYK 0 0.08 0.93 0.13
HSL 54.78º 0.87% 0.46% -
HSV(B) 54.78º 0.93% 0.87% -
XYZ 51.8 58.75 9.06 -
YUV 187.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 222 204 15 0 0.08 0.93 0.13 54.78 0.87 0.46
Hex DE CC F 0 8 5D D 37 57 2E
Octal 336 314 17 0 10 135 15 67 127 56
Binary 11011110 11001100 1111 0 1000 1011101 1101 110111 1010111 101110

Color Harmonies of #DECC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC0F

Black with #DECC0F

Text Example


Text Example

White with #DECC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC0F; }

 p { color: rgb(222,204,15); }

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

background-color css

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

 a { background-color: rgb(222,204,15); }

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

border-color css

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

 span { border-color: rgb(222,204,15); }

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