Html Css Color HEX #DEBB14 Sunflower

📋 copy color: '#DEBB14'

red 222 ◦ green 187 ◦ blue 20

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

Shades of Sunflower #DEBB14

Tints of Sunflower #DEBB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 51.75%
G = 43.59%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEBB14 (or 0xDEBB14) is known color: Sunflower. HEX triplet: DE, BB and 14. RGB value is (222,187,20). Sum of RGB (Red+Green+Blue) = 222+187+20=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB14 is #2144EB. Grayscale: #B3B3B3. Windows color (decimal): -2180332 or 1358814. OLE color: 1358814.

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

Color convert

RGB 222 187 20 -
CMYK 0 0.16 0.91 0.13
HSL 49.6º 0.83% 0.47% -
HSV(B) 49.6º 0.91% 0.87% -
XYZ 48.02 51.12 8 -
YUV 178.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 222 187 20 0 0.16 0.91 0.13 49.6 0.83 0.47
Hex DE BB 14 0 10 5B D 32 53 2F
Octal 336 273 24 0 20 133 15 62 123 57
Binary 11011110 10111011 10100 0 10000 1011011 1101 110010 1010011 101111

Color Harmonies of #DEBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB14

Black with #DEBB14

Text Example


Text Example

White with #DEBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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