Html Css Color HEX #D3B710 Bird Flower

📋 copy color: '#D3B710'

red 211 ◦ green 183 ◦ blue 16

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

Shades of Bird Flower #D3B710

Tints of Bird Flower #D3B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.63%

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 51.46%
G = 44.63%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3B710 (or 0xD3B710) is known color: Bird Flower. HEX triplet: D3, B7 and 10. RGB value is (211,183,16). Sum of RGB (Red+Green+Blue) = 211+183+16=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B710 is #2C48EF. Grayscale: #ADADAD. Windows color (decimal): -2902256 or 1095635. OLE color: 1095635.

HSL color Cylindrical-coordinate representation of color #D3B710: hue angle of 51.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3B710 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 183 16 -
CMYK 0 0.13 0.92 0.17
HSL 51.38º 0.86% 0.45% -
HSV(B) 51.38º 0.92% 0.83% -
XYZ 43.89 47.75 7.39 -
YUV 172.33 39.78 155.58 -
System Red Green Blue C M Y K H S L
Decimal 211 183 16 0 0.13 0.92 0.17 51.38 0.86 0.45
Hex D3 B7 10 0 D 5C 11 33 56 2D
Octal 323 267 20 0 15 134 21 63 126 55
Binary 11010011 10110111 10000 0 1101 1011100 10001 110011 1010110 101101

Color Harmonies of #D3B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B710

Black with #D3B710

Text Example


Text Example

White with #D3B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B710; }

 p { color: rgb(211,183,16); }

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

background-color css

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

 a { background-color: rgb(211,183,16); }

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

border-color css

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

 span { border-color: rgb(211,183,16); }

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