Html Css Color HEX #D1AE01 Bird Flower

📋 copy color: '#D1AE01'

red 209 ◦ green 174 ◦ blue 1

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

Shades of Bird Flower #D1AE01

Tints of Bird Flower #D1AE01

RGB

 RED value IS 209 (82.03% from 255) = 54.43%

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

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

R = 54.43%
G = 45.31%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D1AE01 (or 0xD1AE01) is known color: Bird Flower. HEX triplet: D1, AE and 01. RGB value is (209,174,1). Sum of RGB (Red+Green+Blue) = 209+174+1=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AE01 is #2E51FE. Grayscale: #A5A5A5. Windows color (decimal): -3035647 or 110289. OLE color: 110289.

HSL color Cylindrical-coordinate representation of color #D1AE01: hue angle of 49.9º 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 #D1AE01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 1 -
CMYK 0 0.17 1.00 0.18
HSL 49.9º 0.99% 0.41% -
HSV(B) 49.9º 1% 0.82% -
XYZ 41.44 43.83 6.3 -
YUV 164.74 35.6 159.57 -
System Red Green Blue C M Y K H S L
Decimal 209 174 1 0 0.17 1.00 0.18 49.9 0.99 0.41
Hex D1 AE 1 0 11 64 12 32 63 29
Octal 321 256 1 0 21 144 22 62 143 51
Binary 11010001 10101110 1 0 10001 1100100 10010 110010 1100011 101001

Color Harmonies of #D1AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE01

Black with #D1AE01

Text Example


Text Example

White with #D1AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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