Html Css Color HEX #D3C806 Bird Flower

📋 copy color: '#D3C806'

red 211 ◦ green 200 ◦ blue 6

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

Shades of Bird Flower #D3C806

Tints of Bird Flower #D3C806

RGB

 RED value IS 211 (82.81% from 255) = 50.6%

 GREEN value IS 200 (78.52% from 255) = 47.96%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 50.6%
G = 47.96%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D3C806 (or 0xD3C806) is known color: Bird Flower. HEX triplet: D3, C8 and 06. RGB value is (211,200,6). Sum of RGB (Red+Green+Blue) = 211+200+6=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C806 is #2C37F9. Grayscale: #B5B5B5. Windows color (decimal): -2897914 or 444627. OLE color: 444627.

HSL color Cylindrical-coordinate representation of color #D3C806: hue angle of 56.78º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3C806 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 200 6 -
CMYK 0 0.05 0.97 0.17
HSL 56.78º 0.94% 0.43% -
HSV(B) 56.78º 0.97% 0.83% -
XYZ 47.55 55.17 8.32 -
YUV 181.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 211 200 6 0 0.05 0.97 0.17 56.78 0.94 0.43
Hex D3 C8 6 0 5 61 11 39 5E 2B
Octal 323 310 6 0 5 141 21 71 136 53
Binary 11010011 11001000 110 0 101 1100001 10001 111001 1011110 101011

Color Harmonies of #D3C806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C806

Black with #D3C806

Text Example


Text Example

White with #D3C806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C806; }

 p { color: rgb(211,200,6); }

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

background-color css

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

 a { background-color: rgb(211,200,6); }

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

border-color css

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

 span { border-color: rgb(211,200,6); }

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