Html Css Color HEX #DEBE12 Sunflower

📋 copy color: '#DEBE12'

red 222 ◦ green 190 ◦ blue 18

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

Shades of Sunflower #DEBE12

Tints of Sunflower #DEBE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 51.63%
G = 44.19%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEBE12 (or 0xDEBE12) is known color: Sunflower. HEX triplet: DE, BE and 12. RGB value is (222,190,18). Sum of RGB (Red+Green+Blue) = 222+190+18=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBE12 is #2141ED. Grayscale: #B4B4B4. Windows color (decimal): -2179566 or 1228510. OLE color: 1228510.

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

Color convert

RGB 222 190 18 -
CMYK 0 0.14 0.92 0.13
HSL 50.59º 0.85% 0.47% -
HSV(B) 50.59º 0.92% 0.87% -
XYZ 48.65 52.4 8.12 -
YUV 179.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 222 190 18 0 0.14 0.92 0.13 50.59 0.85 0.47
Hex DE BE 12 0 E 5C D 33 55 2F
Octal 336 276 22 0 16 134 15 63 125 57
Binary 11011110 10111110 10010 0 1110 1011100 1101 110011 1010101 101111

Color Harmonies of #DEBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE12

Black with #DEBE12

Text Example


Text Example

White with #DEBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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