Html Css Color HEX #D3C310 Bird Flower

📋 copy color: '#D3C310'

red 211 ◦ green 195 ◦ blue 16

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

Shades of Bird Flower #D3C310

Tints of Bird Flower #D3C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

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

R = 50%
G = 46.21%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3C310 (or 0xD3C310) is known color: Bird Flower. HEX triplet: D3, C3 and 10. RGB value is (211,195,16). Sum of RGB (Red+Green+Blue) = 211+195+16=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C310 is #2C3CEF. Grayscale: #B4B4B4. Windows color (decimal): -2899184 or 1098707. OLE color: 1098707.

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

Color convert

RGB 211 195 16 -
CMYK 0 0.08 0.92 0.17
HSL 55.08º 0.86% 0.45% -
HSV(B) 55.08º 0.92% 0.83% -
XYZ 46.47 52.92 8.25 -
YUV 179.38 35.8 150.55 -
System Red Green Blue C M Y K H S L
Decimal 211 195 16 0 0.08 0.92 0.17 55.08 0.86 0.45
Hex D3 C3 10 0 8 5C 11 37 56 2D
Octal 323 303 20 0 10 134 21 67 126 55
Binary 11010011 11000011 10000 0 1000 1011100 10001 110111 1010110 101101

Color Harmonies of #D3C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C310

Black with #D3C310

Text Example


Text Example

White with #D3C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C310; }

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

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

background-color css

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

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

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

border-color css

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

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

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