Html Css Color HEX #DEBC0A Sunflower

📋 copy color: '#DEBC0A'

red 222 ◦ green 188 ◦ blue 10

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

Shades of Sunflower #DEBC0A

Tints of Sunflower #DEBC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 52.86%
G = 44.76%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEBC0A (or 0xDEBC0A) is known color: Sunflower. HEX triplet: DE, BC and 0A. RGB value is (222,188,10). Sum of RGB (Red+Green+Blue) = 222+188+10=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC0A is #2143F5. Grayscale: #B2B2B2. Windows color (decimal): -2180086 or 703710. OLE color: 703710.

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

Color convert

RGB 222 188 10 -
CMYK 0 0.15 0.95 0.13
HSL 50.38º 0.91% 0.45% -
HSV(B) 50.38º 0.95% 0.87% -
XYZ 48.16 51.52 7.69 -
YUV 177.87 33.26 159.47 -
System Red Green Blue C M Y K H S L
Decimal 222 188 10 0 0.15 0.95 0.13 50.38 0.91 0.45
Hex DE BC A 0 F 5F D 32 5B 2D
Octal 336 274 12 0 17 137 15 62 133 55
Binary 11011110 10111100 1010 0 1111 1011111 1101 110010 1011011 101101

Color Harmonies of #DEBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC0A

Black with #DEBC0A

Text Example


Text Example

White with #DEBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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