Html Css Color HEX #DECB0A Sunflower

📋 copy color: '#DECB0A'

red 222 ◦ green 203 ◦ blue 10

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

Shades of Sunflower #DECB0A

Tints of Sunflower #DECB0A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

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

R = 51.03%
G = 46.67%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DECB0A (or 0xDECB0A) is known color: Sunflower. HEX triplet: DE, CB and 0A. RGB value is (222,203,10). Sum of RGB (Red+Green+Blue) = 222+203+10=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB0A is #2134F5. Grayscale: #BBBBBB. Windows color (decimal): -2176246 or 707550. OLE color: 707550.

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

Color convert

RGB 222 203 10 -
CMYK 0 0.09 0.95 0.13
HSL 54.62º 0.91% 0.45% -
HSV(B) 54.62º 0.95% 0.87% -
XYZ 51.53 58.26 8.82 -
YUV 186.68 28.29 153.19 -
System Red Green Blue C M Y K H S L
Decimal 222 203 10 0 0.09 0.95 0.13 54.62 0.91 0.45
Hex DE CB A 0 9 5F D 37 5B 2D
Octal 336 313 12 0 11 137 15 67 133 55
Binary 11011110 11001011 1010 0 1001 1011111 1101 110111 1011011 101101

Color Harmonies of #DECB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB0A

Black with #DECB0A

Text Example


Text Example

White with #DECB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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