Html Css Color HEX #DED702 Bird Flower

📋 copy color: '#DED702'

red 222 ◦ green 215 ◦ blue 2

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

Shades of Bird Flower #DED702

Tints of Bird Flower #DED702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

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

R = 50.57%
G = 48.97%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DED702 (or 0xDED702) is known color: Bird Flower. HEX triplet: DE, D7 and 02. RGB value is (222,215,2). Sum of RGB (Red+Green+Blue) = 222+215+2=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DED702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED702 is #2128FD. Grayscale: #C1C1C1. Windows color (decimal): -2173182 or 186334. OLE color: 186334.

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

Color convert

RGB 222 215 2 -
CMYK 0 0.03 0.99 0.13
HSL 58.09º 0.98% 0.44% -
HSV(B) 58.09º 0.99% 0.87% -
XYZ 54.44 64.13 9.57 -
YUV 192.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 222 215 2 0 0.03 0.99 0.13 58.09 0.98 0.44
Hex DE D7 2 0 3 63 D 3A 62 2C
Octal 336 327 2 0 3 143 15 72 142 54
Binary 11011110 11010111 10 0 11 1100011 1101 111010 1100010 101100

Color Harmonies of #DED702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED702

Black with #DED702

Text Example


Text Example

White with #DED702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED702; }

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

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

background-color css

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

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

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

border-color css

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

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

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