Html Css Color HEX #DEBB1D Sunflower

📋 copy color: '#DEBB1D'

red 222 ◦ green 187 ◦ blue 29

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

Shades of Sunflower #DEBB1D

Tints of Sunflower #DEBB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 50.68%
G = 42.69%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEBB1D (or 0xDEBB1D) is known color: Sunflower. HEX triplet: DE, BB and 1D. RGB value is (222,187,29). Sum of RGB (Red+Green+Blue) = 222+187+29=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB1D is #2144E2. Grayscale: #B4B4B4. Windows color (decimal): -2180323 or 1948638. OLE color: 1948638.

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

Color convert

RGB 222 187 29 -
CMYK 0 0.16 0.87 0.13
HSL 49.12º 0.77% 0.49% -
HSV(B) 49.12º 0.87% 0.87% -
XYZ 48.12 51.16 8.5 -
YUV 179.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 222 187 29 0 0.16 0.87 0.13 49.12 0.77 0.49
Hex DE BB 1D 0 10 57 D 31 4D 31
Octal 336 273 35 0 20 127 15 61 115 61
Binary 11011110 10111011 11101 0 10000 1010111 1101 110001 1001101 110001

Color Harmonies of #DEBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB1D

Black with #DEBB1D

Text Example


Text Example

White with #DEBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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