Html Css Color HEX #DEBC00 Sunflower

📋 copy color: '#DEBC00'

red 222 ◦ green 188 ◦ blue 0

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

Shades of Sunflower #DEBC00

Tints of Sunflower #DEBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

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

R = 54.15%
G = 45.85%
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

#DEBC00 (or 0xDEBC00) is known color: Sunflower. HEX triplet: DE, BC and 00. RGB value is (222,188,0). Sum of RGB (Red+Green+Blue) = 222+188+0=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC00 is #2143FF. Grayscale: #B1B1B1. Windows color (decimal): -2180096 or 48350. OLE color: 48350.

HSL color Cylindrical-coordinate representation of color #DEBC00: hue angle of 50.81º 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 #DEBC00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 0 -
CMYK 0 0.15 1 0.13
HSL 50.81º 1% 0.44% -
HSV(B) 50.81º 1% 0.87% -
XYZ 48.11 51.5 7.4 -
YUV 176.73 28.26 160.29 -
System Red Green Blue C M Y K H S L
Decimal 222 188 0 0 0.15 1 0.13 50.81 1 0.44
Hex DE BC 0 0 F 64 D 33 64 2C
Octal 336 274 0 0 17 144 15 63 144 54
Binary 11011110 10111100 0 0 1111 1100100 1101 110011 1100100 101100

Color Harmonies of #DEBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC00

Black with #DEBC00

Text Example


Text Example

White with #DEBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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