Html Css Color HEX #DECA0B Sunflower

📋 copy color: '#DECA0B'

red 222 ◦ green 202 ◦ blue 11

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

Shades of Sunflower #DECA0B

Tints of Sunflower #DECA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 11 (4.69% from 255) = 2.53%

R = 51.03%
G = 46.44%
B = 2.53%

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

#DECA0B (or 0xDECA0B) is known color: Sunflower. HEX triplet: DE, CA and 0B. RGB value is (222,202,11). Sum of RGB (Red+Green+Blue) = 222+202+11=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA0B is #2135F4. Grayscale: #BABABA. Windows color (decimal): -2176501 or 772830. OLE color: 772830.

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

Color convert

RGB 222 202 11 -
CMYK 0 0.09 0.95 0.13
HSL 54.31º 0.91% 0.46% -
HSV(B) 54.31º 0.95% 0.87% -
XYZ 51.31 57.79 8.77 -
YUV 186.21 29.13 153.53 -
System Red Green Blue C M Y K H S L
Decimal 222 202 11 0 0.09 0.95 0.13 54.31 0.91 0.46
Hex DE CA B 0 9 5F D 36 5B 2E
Octal 336 312 13 0 11 137 15 66 133 56
Binary 11011110 11001010 1011 0 1001 1011111 1101 110110 1011011 101110

Color Harmonies of #DECA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA0B

Black with #DECA0B

Text Example


Text Example

White with #DECA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA0B; }

 p { color: rgb(222,202,11); }

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

background-color css

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

 a { background-color: rgb(222,202,11); }

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

border-color css

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

 span { border-color: rgb(222,202,11); }

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