Html Css Color HEX #D0AE01 Bird Flower

📋 copy color: '#D0AE01'

red 208 ◦ green 174 ◦ blue 1

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

Shades of Bird Flower #D0AE01

Tints of Bird Flower #D0AE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 54.31%
G = 45.43%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D0AE01 (or 0xD0AE01) is known color: Bird Flower. HEX triplet: D0, AE and 01. RGB value is (208,174,1). Sum of RGB (Red+Green+Blue) = 208+174+1=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE01 is #2F51FE. Grayscale: #A5A5A5. Windows color (decimal): -3101183 or 110288. OLE color: 110288.

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

Color convert

RGB 208 174 1 -
CMYK 0 0.16 1.00 0.18
HSL 50.14º 0.99% 0.41% -
HSV(B) 50.14º 1% 0.82% -
XYZ 41.15 43.68 6.29 -
YUV 164.44 35.76 159.07 -
System Red Green Blue C M Y K H S L
Decimal 208 174 1 0 0.16 1.00 0.18 50.14 0.99 0.41
Hex D0 AE 1 0 10 64 12 32 63 29
Octal 320 256 1 0 20 144 22 62 143 51
Binary 11010000 10101110 1 0 10000 1100100 10010 110010 1100011 101001

Color Harmonies of #D0AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE01

Black with #D0AE01

Text Example


Text Example

White with #D0AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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