Html Css Color HEX #DEC302 Sunflower

📋 copy color: '#DEC302'

red 222 ◦ green 195 ◦ blue 2

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

Shades of Sunflower #DEC302

Tints of Sunflower #DEC302

RGB

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

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

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

R = 52.98%
G = 46.54%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEC302 (or 0xDEC302) is known color: Sunflower. HEX triplet: DE, C3 and 02. RGB value is (222,195,2). Sum of RGB (Red+Green+Blue) = 222+195+2=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC302 is #213CFD. Grayscale: #B5B5B5. Windows color (decimal): -2178302 or 181214. OLE color: 181214.

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

Color convert

RGB 222 195 2 -
CMYK 0 0.12 0.99 0.13
HSL 52.64º 0.98% 0.44% -
HSV(B) 52.64º 0.99% 0.87% -
XYZ 49.65 54.56 7.97 -
YUV 181.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 222 195 2 0 0.12 0.99 0.13 52.64 0.98 0.44
Hex DE C3 2 0 C 63 D 35 62 2C
Octal 336 303 2 0 14 143 15 65 142 54
Binary 11011110 11000011 10 0 1100 1100011 1101 110101 1100010 101100

Color Harmonies of #DEC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC302

Black with #DEC302

Text Example


Text Example

White with #DEC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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