Html Css Color HEX #D3C116 Bird Flower

📋 copy color: '#D3C116'

red 211 ◦ green 193 ◦ blue 22

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

Shades of Bird Flower #D3C116

Tints of Bird Flower #D3C116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 49.53%
G = 45.31%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3C116 (or 0xD3C116) is known color: Bird Flower. HEX triplet: D3, C1 and 16. RGB value is (211,193,22). Sum of RGB (Red+Green+Blue) = 211+193+22=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C116 is #2C3EE9. Grayscale: #B3B3B3. Windows color (decimal): -2899690 or 1491411. OLE color: 1491411.

HSL color Cylindrical-coordinate representation of color #D3C116: hue angle of 54.29º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3C116 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 193 22 -
CMYK 0 0.09 0.90 0.17
HSL 54.29º 0.81% 0.46% -
HSV(B) 54.29º 0.9% 0.83% -
XYZ 46.08 52.05 8.38 -
YUV 178.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 211 193 22 0 0.09 0.90 0.17 54.29 0.81 0.46
Hex D3 C1 16 0 9 5A 11 36 51 2E
Octal 323 301 26 0 11 132 21 66 121 56
Binary 11010011 11000001 10110 0 1001 1011010 10001 110110 1010001 101110

Color Harmonies of #D3C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C116

Black with #D3C116

Text Example


Text Example

White with #D3C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C116; }

 p { color: rgb(211,193,22); }

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

background-color css

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

 a { background-color: rgb(211,193,22); }

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

border-color css

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

 span { border-color: rgb(211,193,22); }

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