Html Css Color HEX #DEBD00 Sunflower

📋 copy color: '#DEBD00'

red 222 ◦ green 189 ◦ blue 0

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

Shades of Sunflower #DEBD00

Tints of Sunflower #DEBD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.01%
G = 45.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEBD00 (or 0xDEBD00) is known color: Sunflower. HEX triplet: DE, BD and 00. RGB value is (222,189,0). Sum of RGB (Red+Green+Blue) = 222+189+0=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD00 is #2142FF. Grayscale: #B2B2B2. Windows color (decimal): -2179840 or 48606. OLE color: 48606.

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

Color convert

RGB 222 189 0 -
CMYK 0 0.15 1 0.13
HSL 51.08º 1% 0.44% -
HSV(B) 51.08º 1% 0.87% -
XYZ 48.32 51.92 7.48 -
YUV 177.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 222 189 0 0 0.15 1 0.13 51.08 1 0.44
Hex DE BD 0 0 F 64 D 33 64 2C
Octal 336 275 0 0 17 144 15 63 144 54
Binary 11011110 10111101 0 0 1111 1100100 1101 110011 1100100 101100

Color Harmonies of #DEBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD00

Black with #DEBD00

Text Example


Text Example

White with #DEBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD00; }

 p { color: rgb(222,189,0); }

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

background-color css

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

 a { background-color: rgb(222,189,0); }

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

border-color css

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

 span { border-color: rgb(222,189,0); }

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