Html Css Color HEX #D3C705 Bird Flower

📋 copy color: '#D3C705'

red 211 ◦ green 199 ◦ blue 5

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

Shades of Bird Flower #D3C705

Tints of Bird Flower #D3C705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.95%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 50.84%
G = 47.95%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3C705 (or 0xD3C705) is known color: Bird Flower. HEX triplet: D3, C7 and 05. RGB value is (211,199,5). Sum of RGB (Red+Green+Blue) = 211+199+5=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C705 is #2C38FA. Grayscale: #B5B5B5. Windows color (decimal): -2898171 or 378835. OLE color: 378835.

HSL color Cylindrical-coordinate representation of color #D3C705: hue angle of 56.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3C705 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 199 5 -
CMYK 0 0.06 0.98 0.17
HSL 56.5º 0.95% 0.42% -
HSV(B) 56.5º 0.98% 0.83% -
XYZ 47.31 54.71 8.21 -
YUV 180.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 211 199 5 0 0.06 0.98 0.17 56.5 0.95 0.42
Hex D3 C7 5 0 6 62 11 39 5F 2A
Octal 323 307 5 0 6 142 21 71 137 52
Binary 11010011 11000111 101 0 110 1100010 10001 111001 1011111 101010

Color Harmonies of #D3C705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C705

Black with #D3C705

Text Example


Text Example

White with #D3C705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C705; }

 p { color: rgb(211,199,5); }

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

background-color css

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

 a { background-color: rgb(211,199,5); }

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

border-color css

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

 span { border-color: rgb(211,199,5); }

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