Html Css Color HEX #DEC612 Sunflower

📋 copy color: '#DEC612'

red 222 ◦ green 198 ◦ blue 18

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

Shades of Sunflower #DEC612

Tints of Sunflower #DEC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

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

R = 50.68%
G = 45.21%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC612 (or 0xDEC612) is known color: Sunflower. HEX triplet: DE, C6 and 12. RGB value is (222,198,18). Sum of RGB (Red+Green+Blue) = 222+198+18=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC612 is #2139ED. Grayscale: #B9B9B9. Windows color (decimal): -2177518 or 1230558. OLE color: 1230558.

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

Color convert

RGB 222 198 18 -
CMYK 0 0.11 0.92 0.13
HSL 52.94º 0.85% 0.47% -
HSV(B) 52.94º 0.92% 0.87% -
XYZ 50.43 55.96 8.72 -
YUV 184.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 222 198 18 0 0.11 0.92 0.13 52.94 0.85 0.47
Hex DE C6 12 0 B 5C D 35 55 2F
Octal 336 306 22 0 13 134 15 65 125 57
Binary 11011110 11000110 10010 0 1011 1011100 1101 110101 1010101 101111

Color Harmonies of #DEC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC612

Black with #DEC612

Text Example


Text Example

White with #DEC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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