Html Css Color HEX #DEC102 Sunflower

📋 copy color: '#DEC102'

red 222 ◦ green 193 ◦ blue 2

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

Shades of Sunflower #DEC102

Tints of Sunflower #DEC102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 53.24%
G = 46.28%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEC102 (or 0xDEC102) is known color: Sunflower. HEX triplet: DE, C1 and 02. RGB value is (222,193,2). Sum of RGB (Red+Green+Blue) = 222+193+2=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC102 is #213EFD. Grayscale: #B4B4B4. Windows color (decimal): -2178814 or 180702. OLE color: 180702.

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

Color convert

RGB 222 193 2 -
CMYK 0 0.13 0.99 0.13
HSL 52.09º 0.98% 0.44% -
HSV(B) 52.09º 0.99% 0.87% -
XYZ 49.21 53.67 7.82 -
YUV 179.9 27.61 158.03 -
System Red Green Blue C M Y K H S L
Decimal 222 193 2 0 0.13 0.99 0.13 52.09 0.98 0.44
Hex DE C1 2 0 D 63 D 34 62 2C
Octal 336 301 2 0 15 143 15 64 142 54
Binary 11011110 11000001 10 0 1101 1100011 1101 110100 1100010 101100

Color Harmonies of #DEC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC102

Black with #DEC102

Text Example


Text Example

White with #DEC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC102; }

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

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

background-color css

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

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

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

border-color css

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

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

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