Html Css Color HEX #DEC31D Sunflower

📋 copy color: '#DEC31D'

red 222 ◦ green 195 ◦ blue 29

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

Shades of Sunflower #DEC31D

Tints of Sunflower #DEC31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 49.78%
G = 43.72%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEC31D (or 0xDEC31D) is known color: Sunflower. HEX triplet: DE, C3 and 1D. RGB value is (222,195,29). Sum of RGB (Red+Green+Blue) = 222+195+29=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC31D is #213CE2. Grayscale: #B8B8B8. Windows color (decimal): -2178275 or 1950686. OLE color: 1950686.

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

Color convert

RGB 222 195 29 -
CMYK 0 0.12 0.87 0.13
HSL 51.61º 0.77% 0.49% -
HSV(B) 51.61º 0.87% 0.87% -
XYZ 49.86 54.65 9.08 -
YUV 184.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 222 195 29 0 0.12 0.87 0.13 51.61 0.77 0.49
Hex DE C3 1D 0 C 57 D 34 4D 31
Octal 336 303 35 0 14 127 15 64 115 61
Binary 11011110 11000011 11101 0 1100 1010111 1101 110100 1001101 110001

Color Harmonies of #DEC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC31D

Black with #DEC31D

Text Example


Text Example

White with #DEC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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