Html Css Color HEX #DECF12 Sunflower

📋 copy color: '#DECF12'

red 222 ◦ green 207 ◦ blue 18

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

Shades of Sunflower #DECF12

Tints of Sunflower #DECF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.31%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 49.66%
G = 46.31%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DECF12 (or 0xDECF12) is known color: Sunflower. HEX triplet: DE, CF and 12. RGB value is (222,207,18). Sum of RGB (Red+Green+Blue) = 222+207+18=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF12 is #2130ED. Grayscale: #BEBEBE. Windows color (decimal): -2175214 or 1232862. OLE color: 1232862.

HSL color Cylindrical-coordinate representation of color #DECF12: hue angle of 55.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DECF12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 207 18 -
CMYK 0 0.07 0.92 0.13
HSL 55.59º 0.85% 0.47% -
HSV(B) 55.59º 0.92% 0.87% -
XYZ 52.55 60.2 9.42 -
YUV 189.94 30.97 150.87 -
System Red Green Blue C M Y K H S L
Decimal 222 207 18 0 0.07 0.92 0.13 55.59 0.85 0.47
Hex DE CF 12 0 7 5C D 38 55 2F
Octal 336 317 22 0 7 134 15 70 125 57
Binary 11011110 11001111 10010 0 111 1011100 1101 111000 1010101 101111

Color Harmonies of #DECF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF12

Black with #DECF12

Text Example


Text Example

White with #DECF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF12; }

 p { color: rgb(222,207,18); }

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

background-color css

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

 a { background-color: rgb(222,207,18); }

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

border-color css

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

 span { border-color: rgb(222,207,18); }

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