Html Css Color HEX #DEBB0C Sunflower

📋 copy color: '#DEBB0C'

red 222 ◦ green 187 ◦ blue 12

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

Shades of Sunflower #DEBB0C

Tints of Sunflower #DEBB0C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.42%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 52.73%
G = 44.42%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEBB0C (or 0xDEBB0C) is known color: Sunflower. HEX triplet: DE, BB and 0C. RGB value is (222,187,12). Sum of RGB (Red+Green+Blue) = 222+187+12=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB0C is #2144F3. Grayscale: #B2B2B2. Windows color (decimal): -2180340 or 834526. OLE color: 834526.

HSL color Cylindrical-coordinate representation of color #DEBB0C: hue angle of 50º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEBB0C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 187 12 -
CMYK 0 0.16 0.95 0.13
HSL 50º 0.9% 0.46% -
HSV(B) 50º 0.95% 0.87% -
XYZ 47.96 51.1 7.68 -
YUV 177.52 34.6 159.73 -
System Red Green Blue C M Y K H S L
Decimal 222 187 12 0 0.16 0.95 0.13 50 0.9 0.46
Hex DE BB C 0 10 5F D 32 5A 2E
Octal 336 273 14 0 20 137 15 62 132 56
Binary 11011110 10111011 1100 0 10000 1011111 1101 110010 1011010 101110

Color Harmonies of #DEBB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB0C

Black with #DEBB0C

Text Example


Text Example

White with #DEBB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB0C; }

 p { color: rgb(222,187,12); }

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

background-color css

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

 a { background-color: rgb(222,187,12); }

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

border-color css

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

 span { border-color: rgb(222,187,12); }

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