Html Css Color HEX #DEC702 Sunflower

📋 copy color: '#DEC702'

red 222 ◦ green 199 ◦ blue 2

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

Shades of Sunflower #DEC702

Tints of Sunflower #DEC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

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

R = 52.48%
G = 47.04%
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

#DEC702 (or 0xDEC702) is known color: Sunflower. HEX triplet: DE, C7 and 02. RGB value is (222,199,2). Sum of RGB (Red+Green+Blue) = 222+199+2=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC702 is #2138FD. Grayscale: #B8B8B8. Windows color (decimal): -2177278 or 182238. OLE color: 182238.

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

Color convert

RGB 222 199 2 -
CMYK 0 0.10 0.99 0.13
HSL 53.73º 0.98% 0.44% -
HSV(B) 53.73º 0.99% 0.87% -
XYZ 50.56 56.38 8.28 -
YUV 183.42 25.62 155.52 -
System Red Green Blue C M Y K H S L
Decimal 222 199 2 0 0.10 0.99 0.13 53.73 0.98 0.44
Hex DE C7 2 0 A 63 D 36 62 2C
Octal 336 307 2 0 12 143 15 66 142 54
Binary 11011110 11000111 10 0 1010 1100011 1101 110110 1100010 101100

Color Harmonies of #DEC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC702

Black with #DEC702

Text Example


Text Example

White with #DEC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC702; }

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

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

background-color css

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

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

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

border-color css

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

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

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