Html Css Color HEX #D3C816 Bird Flower

📋 copy color: '#D3C816'

red 211 ◦ green 200 ◦ blue 22

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

Shades of Bird Flower #D3C816

Tints of Bird Flower #D3C816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

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

R = 48.73%
G = 46.19%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3C816 (or 0xD3C816) is known color: Bird Flower. HEX triplet: D3, C8 and 16. RGB value is (211,200,22). Sum of RGB (Red+Green+Blue) = 211+200+22=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C816 is #2C37E9. Grayscale: #B7B7B7. Windows color (decimal): -2897898 or 1493203. OLE color: 1493203.

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

Color convert

RGB 211 200 22 -
CMYK 0 0.05 0.90 0.17
HSL 56.51º 0.81% 0.46% -
HSV(B) 56.51º 0.9% 0.83% -
XYZ 47.66 55.22 8.9 -
YUV 183 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 211 200 22 0 0.05 0.90 0.17 56.51 0.81 0.46
Hex D3 C8 16 0 5 5A 11 39 51 2E
Octal 323 310 26 0 5 132 21 71 121 56
Binary 11010011 11001000 10110 0 101 1011010 10001 111001 1010001 101110

Color Harmonies of #D3C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C816

Black with #D3C816

Text Example


Text Example

White with #D3C816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C816; }

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

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

background-color css

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

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

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

border-color css

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

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

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