Html Css Color HEX #DECA0D Sunflower

📋 copy color: '#DECA0D'

red 222 ◦ green 202 ◦ blue 13

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

Shades of Sunflower #DECA0D

Tints of Sunflower #DECA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 50.8%
G = 46.22%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DECA0D (or 0xDECA0D) is known color: Sunflower. HEX triplet: DE, CA and 0D. RGB value is (222,202,13). Sum of RGB (Red+Green+Blue) = 222+202+13=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA0D is #2135F2. Grayscale: #BBBBBB. Windows color (decimal): -2176499 or 903902. OLE color: 903902.

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

Color convert

RGB 222 202 13 -
CMYK 0 0.09 0.94 0.13
HSL 54.26º 0.89% 0.46% -
HSV(B) 54.26º 0.94% 0.87% -
XYZ 51.32 57.8 8.83 -
YUV 186.43 30.13 153.37 -
System Red Green Blue C M Y K H S L
Decimal 222 202 13 0 0.09 0.94 0.13 54.26 0.89 0.46
Hex DE CA D 0 9 5E D 36 59 2E
Octal 336 312 15 0 11 136 15 66 131 56
Binary 11011110 11001010 1101 0 1001 1011110 1101 110110 1011001 101110

Color Harmonies of #DECA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA0D

Black with #DECA0D

Text Example


Text Example

White with #DECA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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