Html Css Color HEX #D3B610 Bird Flower

📋 copy color: '#D3B610'

red 211 ◦ green 182 ◦ blue 16

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

Shades of Bird Flower #D3B610

Tints of Bird Flower #D3B610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 51.59%
G = 44.5%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3B610 (or 0xD3B610) is known color: Bird Flower. HEX triplet: D3, B6 and 10. RGB value is (211,182,16). Sum of RGB (Red+Green+Blue) = 211+182+16=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B610 is #2C49EF. Grayscale: #ACACAC. Windows color (decimal): -2902512 or 1095379. OLE color: 1095379.

HSL color Cylindrical-coordinate representation of color #D3B610: hue angle of 51.08º 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 #D3B610 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 182 16 -
CMYK 0 0.14 0.92 0.17
HSL 51.08º 0.86% 0.45% -
HSV(B) 51.08º 0.92% 0.83% -
XYZ 43.69 47.34 7.33 -
YUV 171.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 211 182 16 0 0.14 0.92 0.17 51.08 0.86 0.45
Hex D3 B6 10 0 E 5C 11 33 56 2D
Octal 323 266 20 0 16 134 21 63 126 55
Binary 11010011 10110110 10000 0 1110 1011100 10001 110011 1010110 101101

Color Harmonies of #D3B610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B610

Black with #D3B610

Text Example


Text Example

White with #D3B610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B610; }

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

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

background-color css

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

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

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

border-color css

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

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

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