Html Css Color HEX #D2AF01 Bird Flower

📋 copy color: '#D2AF01'

red 210 ◦ green 175 ◦ blue 1

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

Shades of Bird Flower #D2AF01

Tints of Bird Flower #D2AF01

RGB

 RED value IS 210 (82.42% from 255) = 54.4%

 GREEN value IS 175 (68.75% from 255) = 45.34%

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

R = 54.4%
G = 45.34%
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

#D2AF01 (or 0xD2AF01) is known color: Bird Flower. HEX triplet: D2, AF and 01. RGB value is (210,175,1). Sum of RGB (Red+Green+Blue) = 210+175+1=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AF01 is #2D50FE. Grayscale: #A6A6A6. Windows color (decimal): -2969855 or 110546. OLE color: 110546.

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

Color convert

RGB 210 175 1 -
CMYK 0 0.17 1.00 0.18
HSL 49.95º 0.99% 0.41% -
HSV(B) 49.95º 1% 0.82% -
XYZ 41.91 44.36 6.38 -
YUV 165.63 35.1 159.65 -
System Red Green Blue C M Y K H S L
Decimal 210 175 1 0 0.17 1.00 0.18 49.95 0.99 0.41
Hex D2 AF 1 0 11 64 12 32 63 29
Octal 322 257 1 0 21 144 22 62 143 51
Binary 11010010 10101111 1 0 10001 1100100 10010 110010 1100011 101001

Color Harmonies of #D2AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF01

Black with #D2AF01

Text Example


Text Example

White with #D2AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF01; }

 p { color: rgb(210,175,1); }

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

background-color css

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

 a { background-color: rgb(210,175,1); }

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

border-color css

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

 span { border-color: rgb(210,175,1); }

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