Html Css Color HEX #DED706 Bird Flower

📋 copy color: '#DED706'

red 222 ◦ green 215 ◦ blue 6

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

Shades of Bird Flower #DED706

Tints of Bird Flower #DED706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 50.11%
G = 48.53%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DED706 (or 0xDED706) is known color: Bird Flower. HEX triplet: DE, D7 and 06. RGB value is (222,215,6). Sum of RGB (Red+Green+Blue) = 222+215+6=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED706 is #2128F9. Grayscale: #C2C2C2. Windows color (decimal): -2173178 or 448478. OLE color: 448478.

HSL color Cylindrical-coordinate representation of color #DED706: hue angle of 58.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DED706 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 6 -
CMYK 0 0.03 0.97 0.13
HSL 58.06º 0.95% 0.45% -
HSV(B) 58.06º 0.97% 0.87% -
XYZ 54.46 64.14 9.68 -
YUV 193.27 22.32 148.49 -
System Red Green Blue C M Y K H S L
Decimal 222 215 6 0 0.03 0.97 0.13 58.06 0.95 0.45
Hex DE D7 6 0 3 61 D 3A 5F 2D
Octal 336 327 6 0 3 141 15 72 137 55
Binary 11011110 11010111 110 0 11 1100001 1101 111010 1011111 101101

Color Harmonies of #DED706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED706

Black with #DED706

Text Example


Text Example

White with #DED706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED706; }

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

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

background-color css

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

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

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

border-color css

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

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

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