Html Css Color HEX #DECB0B Sunflower

📋 copy color: '#DECB0B'

red 222 ◦ green 203 ◦ blue 11

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

Shades of Sunflower #DECB0B

Tints of Sunflower #DECB0B

RGB

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

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

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

R = 50.92%
G = 46.56%
B = 2.52%

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

#DECB0B (or 0xDECB0B) is known color: Sunflower. HEX triplet: DE, CB and 0B. RGB value is (222,203,11). Sum of RGB (Red+Green+Blue) = 222+203+11=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB0B is #2134F4. Grayscale: #BBBBBB. Windows color (decimal): -2176245 or 773086. OLE color: 773086.

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

Color convert

RGB 222 203 11 -
CMYK 0 0.09 0.95 0.13
HSL 54.6º 0.91% 0.46% -
HSV(B) 54.6º 0.95% 0.87% -
XYZ 51.54 58.27 8.85 -
YUV 186.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 222 203 11 0 0.09 0.95 0.13 54.6 0.91 0.46
Hex DE CB B 0 9 5F D 37 5B 2E
Octal 336 313 13 0 11 137 15 67 133 56
Binary 11011110 11001011 1011 0 1001 1011111 1101 110111 1011011 101110

Color Harmonies of #DECB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB0B

Black with #DECB0B

Text Example


Text Example

White with #DECB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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