Html Css Color HEX #DED70A Bird Flower

📋 copy color: '#DED70A'

red 222 ◦ green 215 ◦ blue 10

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

Shades of Bird Flower #DED70A

Tints of Bird Flower #DED70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 49.66%
G = 48.1%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DED70A (or 0xDED70A) is known color: Bird Flower. HEX triplet: DE, D7 and 0A. RGB value is (222,215,10). Sum of RGB (Red+Green+Blue) = 222+215+10=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DED70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED70A is #2128F5. Grayscale: #C2C2C2. Windows color (decimal): -2173174 or 710622. OLE color: 710622.

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

Color convert

RGB 222 215 10 -
CMYK 0 0.03 0.95 0.13
HSL 58.02º 0.91% 0.45% -
HSV(B) 58.02º 0.95% 0.87% -
XYZ 54.48 64.15 9.8 -
YUV 193.72 24.32 148.17 -
System Red Green Blue C M Y K H S L
Decimal 222 215 10 0 0.03 0.95 0.13 58.02 0.91 0.45
Hex DE D7 A 0 3 5F D 3A 5B 2D
Octal 336 327 12 0 3 137 15 72 133 55
Binary 11011110 11010111 1010 0 11 1011111 1101 111010 1011011 101101

Color Harmonies of #DED70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED70A

Black with #DED70A

Text Example


Text Example

White with #DED70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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