Html Css Color HEX #D2AE0D Bird Flower

📋 copy color: '#D2AE0D'

red 210 ◦ green 174 ◦ blue 13

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

Shades of Bird Flower #D2AE0D

Tints of Bird Flower #D2AE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 52.9%
G = 43.83%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2AE0D (or 0xD2AE0D) is known color: Bird Flower. HEX triplet: D2, AE and 0D. RGB value is (210,174,13). Sum of RGB (Red+Green+Blue) = 210+174+13=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AE0D is #2D51F2. Grayscale: #A7A7A7. Windows color (decimal): -2970099 or 896722. OLE color: 896722.

HSL color Cylindrical-coordinate representation of color #D2AE0D: hue angle of 49.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2AE0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 174 13 -
CMYK 0 0.17 0.94 0.18
HSL 49.04º 0.88% 0.44% -
HSV(B) 49.04º 0.94% 0.82% -
XYZ 41.79 44 6.67 -
YUV 166.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 210 174 13 0 0.17 0.94 0.18 49.04 0.88 0.44
Hex D2 AE D 0 11 5E 12 31 58 2C
Octal 322 256 15 0 21 136 22 61 130 54
Binary 11010010 10101110 1101 0 10001 1011110 10010 110001 1011000 101100

Color Harmonies of #D2AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE0D

Black with #D2AE0D

Text Example


Text Example

White with #D2AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE0D; }

 p { color: rgb(210,174,13); }

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

background-color css

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

 a { background-color: rgb(210,174,13); }

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

border-color css

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

 span { border-color: rgb(210,174,13); }

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