Html Css Color HEX #DEC105 Sunflower

📋 copy color: '#DEC105'

red 222 ◦ green 193 ◦ blue 5

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

Shades of Sunflower #DEC105

Tints of Sunflower #DEC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

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

R = 52.86%
G = 45.95%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEC105 (or 0xDEC105) is known color: Sunflower. HEX triplet: DE, C1 and 05. RGB value is (222,193,5). Sum of RGB (Red+Green+Blue) = 222+193+5=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC105 is #213EFA. Grayscale: #B5B5B5. Windows color (decimal): -2178811 or 377310. OLE color: 377310.

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

Color convert

RGB 222 193 5 -
CMYK 0 0.13 0.98 0.13
HSL 51.98º 0.96% 0.45% -
HSV(B) 51.98º 0.98% 0.87% -
XYZ 49.22 53.68 7.91 -
YUV 180.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 222 193 5 0 0.13 0.98 0.13 51.98 0.96 0.45
Hex DE C1 5 0 D 62 D 34 60 2D
Octal 336 301 5 0 15 142 15 64 140 55
Binary 11011110 11000001 101 0 1101 1100010 1101 110100 1100000 101101

Color Harmonies of #DEC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC105

Black with #DEC105

Text Example


Text Example

White with #DEC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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