Html Css Color HEX #DEC712 Sunflower

📋 copy color: '#DEC712'

red 222 ◦ green 199 ◦ blue 18

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

Shades of Sunflower #DEC712

Tints of Sunflower #DEC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 50.57%
G = 45.33%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC712 (or 0xDEC712) is known color: Sunflower. HEX triplet: DE, C7 and 12. RGB value is (222,199,18). Sum of RGB (Red+Green+Blue) = 222+199+18=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC712 is #2138ED. Grayscale: #B9B9B9. Windows color (decimal): -2177262 or 1230814. OLE color: 1230814.

HSL color Cylindrical-coordinate representation of color #DEC712: hue angle of 53.24º 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 #DEC712 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 18 -
CMYK 0 0.10 0.92 0.13
HSL 53.24º 0.85% 0.47% -
HSV(B) 53.24º 0.92% 0.87% -
XYZ 50.66 56.42 8.79 -
YUV 185.24 33.62 154.22 -
System Red Green Blue C M Y K H S L
Decimal 222 199 18 0 0.10 0.92 0.13 53.24 0.85 0.47
Hex DE C7 12 0 A 5C D 35 55 2F
Octal 336 307 22 0 12 134 15 65 125 57
Binary 11011110 11000111 10010 0 1010 1011100 1101 110101 1010101 101111

Color Harmonies of #DEC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC712

Black with #DEC712

Text Example


Text Example

White with #DEC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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