Html Css Color HEX #DECA1D Sunflower

📋 copy color: '#DECA1D'

red 222 ◦ green 202 ◦ blue 29

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

Shades of Sunflower #DECA1D

Tints of Sunflower #DECA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.4%

R = 49.01%
G = 44.59%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DECA1D (or 0xDECA1D) is known color: Sunflower. HEX triplet: DE, CA and 1D. RGB value is (222,202,29). Sum of RGB (Red+Green+Blue) = 222+202+29=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA1D is #2135E2. Grayscale: #BCBCBC. Windows color (decimal): -2176483 or 1952478. OLE color: 1952478.

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

Color convert

RGB 222 202 29 -
CMYK 0 0.09 0.87 0.13
HSL 53.78º 0.77% 0.49% -
HSV(B) 53.78º 0.87% 0.87% -
XYZ 51.47 57.86 9.62 -
YUV 188.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 222 202 29 0 0.09 0.87 0.13 53.78 0.77 0.49
Hex DE CA 1D 0 9 57 D 36 4D 31
Octal 336 312 35 0 11 127 15 66 115 61
Binary 11011110 11001010 11101 0 1001 1010111 1101 110110 1001101 110001

Color Harmonies of #DECA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA1D

Black with #DECA1D

Text Example


Text Example

White with #DECA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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