Html Css Color HEX #D0AE0D Bird Flower

📋 copy color: '#D0AE0D'

red 208 ◦ green 174 ◦ blue 13

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

Shades of Bird Flower #D0AE0D

Tints of Bird Flower #D0AE0D

RGB

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

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

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

R = 52.66%
G = 44.05%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0AE0D (or 0xD0AE0D) is known color: Bird Flower. HEX triplet: D0, AE and 0D. RGB value is (208,174,13). Sum of RGB (Red+Green+Blue) = 208+174+13=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE0D is #2F51F2. Grayscale: #A6A6A6. Windows color (decimal): -3101171 or 896720. OLE color: 896720.

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

Color convert

RGB 208 174 13 -
CMYK 0 0.16 0.94 0.18
HSL 49.54º 0.88% 0.43% -
HSV(B) 49.54º 0.94% 0.82% -
XYZ 41.22 43.71 6.65 -
YUV 165.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 208 174 13 0 0.16 0.94 0.18 49.54 0.88 0.43
Hex D0 AE D 0 10 5E 12 32 58 2B
Octal 320 256 15 0 20 136 22 62 130 53
Binary 11010000 10101110 1101 0 10000 1011110 10010 110010 1011000 101011

Color Harmonies of #D0AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE0D

Black with #D0AE0D

Text Example


Text Example

White with #D0AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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