Html Css Color HEX #DEC802 Sunflower

📋 copy color: '#DEC802'

red 222 ◦ green 200 ◦ blue 2

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

Shades of Sunflower #DEC802

Tints of Sunflower #DEC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 52.36%
G = 47.17%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEC802 (or 0xDEC802) is known color: Sunflower. HEX triplet: DE, C8 and 02. RGB value is (222,200,2). Sum of RGB (Red+Green+Blue) = 222+200+2=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC802 is #2137FD. Grayscale: #B8B8B8. Windows color (decimal): -2177022 or 182494. OLE color: 182494.

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

Color convert

RGB 222 200 2 -
CMYK 0 0.10 0.99 0.13
HSL 54º 0.98% 0.44% -
HSV(B) 54º 0.99% 0.87% -
XYZ 50.79 56.84 8.35 -
YUV 184.01 25.29 155.1 -
System Red Green Blue C M Y K H S L
Decimal 222 200 2 0 0.10 0.99 0.13 54 0.98 0.44
Hex DE C8 2 0 A 63 D 36 62 2C
Octal 336 310 2 0 12 143 15 66 142 54
Binary 11011110 11001000 10 0 1010 1100011 1101 110110 1100010 101100

Color Harmonies of #DEC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC802

Black with #DEC802

Text Example


Text Example

White with #DEC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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