Html Css Color HEX #D3C311 Bird Flower

📋 copy color: '#D3C311'

red 211 ◦ green 195 ◦ blue 17

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

Shades of Bird Flower #D3C311

Tints of Bird Flower #D3C311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 49.88%
G = 46.1%
B = 4.02%

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

#D3C311 (or 0xD3C311) is known color: Bird Flower. HEX triplet: D3, C3 and 11. RGB value is (211,195,17). Sum of RGB (Red+Green+Blue) = 211+195+17=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C311 is #2C3CEE. Grayscale: #B4B4B4. Windows color (decimal): -2899183 or 1164243. OLE color: 1164243.

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

Color convert

RGB 211 195 17 -
CMYK 0 0.08 0.92 0.17
HSL 55.05º 0.85% 0.45% -
HSV(B) 55.05º 0.92% 0.83% -
XYZ 46.48 52.92 8.3 -
YUV 179.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 211 195 17 0 0.08 0.92 0.17 55.05 0.85 0.45
Hex D3 C3 11 0 8 5C 11 37 55 2D
Octal 323 303 21 0 10 134 21 67 125 55
Binary 11010011 11000011 10001 0 1000 1011100 10001 110111 1010101 101101

Color Harmonies of #D3C311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C311

Black with #D3C311

Text Example


Text Example

White with #D3C311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C311; }

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

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

background-color css

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

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

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

border-color css

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

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

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