Html Css Color HEX #DEC305 Sunflower

📋 copy color: '#DEC305'

red 222 ◦ green 195 ◦ blue 5

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

Shades of Sunflower #DEC305

Tints of Sunflower #DEC305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 52.61%
G = 46.21%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEC305 (or 0xDEC305) is known color: Sunflower. HEX triplet: DE, C3 and 05. RGB value is (222,195,5). Sum of RGB (Red+Green+Blue) = 222+195+5=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC305 is #213CFA. Grayscale: #B6B6B6. Windows color (decimal): -2178299 or 377822. OLE color: 377822.

HSL color Cylindrical-coordinate representation of color #DEC305: hue angle of 52.53º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEC305 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 5 -
CMYK 0 0.12 0.98 0.13
HSL 52.53º 0.96% 0.45% -
HSV(B) 52.53º 0.98% 0.87% -
XYZ 49.67 54.57 8.06 -
YUV 181.41 28.45 156.95 -
System Red Green Blue C M Y K H S L
Decimal 222 195 5 0 0.12 0.98 0.13 52.53 0.96 0.45
Hex DE C3 5 0 C 62 D 35 60 2D
Octal 336 303 5 0 14 142 15 65 140 55
Binary 11011110 11000011 101 0 1100 1100010 1101 110101 1100000 101101

Color Harmonies of #DEC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC305

Black with #DEC305

Text Example


Text Example

White with #DEC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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