Html Css Color HEX #D0AE00 Bird Flower

📋 copy color: '#D0AE00'

red 208 ◦ green 174 ◦ blue 0

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

Shades of Bird Flower #D0AE00

Tints of Bird Flower #D0AE00

RGB

 RED value IS 208 (81.64% from 255) = 54.45%

 GREEN value IS 174 (68.36% from 255) = 45.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.45%
G = 45.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0AE00 (or 0xD0AE00) is known color: Bird Flower. HEX triplet: D0, AE and 00. RGB value is (208,174,0). Sum of RGB (Red+Green+Blue) = 208+174+0=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE00 is #2F51FF. Grayscale: #A5A5A5. Windows color (decimal): -3101184 or 44752. OLE color: 44752.

HSL color Cylindrical-coordinate representation of color #D0AE00: hue angle of 50.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0AE00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 0 -
CMYK 0 0.16 1 0.18
HSL 50.19º 1% 0.41% -
HSV(B) 50.19º 1% 0.82% -
XYZ 41.15 43.68 6.26 -
YUV 164.33 35.26 159.15 -
System Red Green Blue C M Y K H S L
Decimal 208 174 0 0 0.16 1 0.18 50.19 1 0.41
Hex D0 AE 0 0 10 64 12 32 64 29
Octal 320 256 0 0 20 144 22 62 144 51
Binary 11010000 10101110 0 0 10000 1100100 10010 110010 1100100 101001

Color Harmonies of #D0AE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE00

Black with #D0AE00

Text Example


Text Example

White with #D0AE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE00; }

 p { color: rgb(208,174,0); }

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

background-color css

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

 a { background-color: rgb(208,174,0); }

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

border-color css

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

 span { border-color: rgb(208,174,0); }

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