Html Css Color HEX #DEC312 Sunflower

📋 copy color: '#DEC312'

red 222 ◦ green 195 ◦ blue 18

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

Shades of Sunflower #DEC312

Tints of Sunflower #DEC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

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

R = 51.03%
G = 44.83%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC312 (or 0xDEC312) is known color: Sunflower. HEX triplet: DE, C3 and 12. RGB value is (222,195,18). Sum of RGB (Red+Green+Blue) = 222+195+18=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC312 is #213CED. Grayscale: #B7B7B7. Windows color (decimal): -2178286 or 1229790. OLE color: 1229790.

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

Color convert

RGB 222 195 18 -
CMYK 0 0.12 0.92 0.13
HSL 52.06º 0.85% 0.47% -
HSV(B) 52.06º 0.92% 0.87% -
XYZ 49.75 54.6 8.49 -
YUV 182.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 222 195 18 0 0.12 0.92 0.13 52.06 0.85 0.47
Hex DE C3 12 0 C 5C D 34 55 2F
Octal 336 303 22 0 14 134 15 64 125 57
Binary 11011110 11000011 10010 0 1100 1011100 1101 110100 1010101 101111

Color Harmonies of #DEC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC312

Black with #DEC312

Text Example


Text Example

White with #DEC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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