Html Css Color HEX #D6AF00 Bird Flower

📋 copy color: '#D6AF00'

red 214 ◦ green 175 ◦ blue 0

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

Shades of Bird Flower #D6AF00

Tints of Bird Flower #D6AF00

RGB

 RED value IS 214 (83.98% from 255) = 55.01%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.01%
G = 44.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D6AF00 (or 0xD6AF00) is known color: Bird Flower. HEX triplet: D6, AF and 00. RGB value is (214,175,0). Sum of RGB (Red+Green+Blue) = 214+175+0=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF00 is #2950FF. Grayscale: #A7A7A7. Windows color (decimal): -2707712 or 45014. OLE color: 45014.

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

Color convert

RGB 214 175 0 -
CMYK 0 0.18 1 0.16
HSL 49.07º 1% 0.42% -
HSV(B) 49.07º 1% 0.84% -
XYZ 43.06 44.96 6.41 -
YUV 166.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 214 175 0 0 0.18 1 0.16 49.07 1 0.42
Hex D6 AF 0 0 12 64 10 31 64 2A
Octal 326 257 0 0 22 144 20 61 144 52
Binary 11010110 10101111 0 0 10010 1100100 10000 110001 1100100 101010

Color Harmonies of #D6AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF00

Black with #D6AF00

Text Example


Text Example

White with #D6AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF00; }

 p { color: rgb(214,175,0); }

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

background-color css

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

 a { background-color: rgb(214,175,0); }

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

border-color css

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

 span { border-color: rgb(214,175,0); }

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