Html Css Color HEX #D3C113 Bird Flower

📋 copy color: '#D3C113'

red 211 ◦ green 193 ◦ blue 19

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

Shades of Bird Flower #D3C113

Tints of Bird Flower #D3C113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 49.88%
G = 45.63%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3C113 (or 0xD3C113) is known color: Bird Flower. HEX triplet: D3, C1 and 13. RGB value is (211,193,19). Sum of RGB (Red+Green+Blue) = 211+193+19=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C113 is #2C3EEC. Grayscale: #B3B3B3. Windows color (decimal): -2899693 or 1294803. OLE color: 1294803.

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

Color convert

RGB 211 193 19 -
CMYK 0 0.09 0.91 0.17
HSL 54.38º 0.83% 0.45% -
HSV(B) 54.38º 0.91% 0.83% -
XYZ 46.05 52.04 8.23 -
YUV 178.55 37.96 151.15 -
System Red Green Blue C M Y K H S L
Decimal 211 193 19 0 0.09 0.91 0.17 54.38 0.83 0.45
Hex D3 C1 13 0 9 5B 11 36 53 2D
Octal 323 301 23 0 11 133 21 66 123 55
Binary 11010011 11000001 10011 0 1001 1011011 10001 110110 1010011 101101

Color Harmonies of #D3C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C113

Black with #D3C113

Text Example


Text Example

White with #D3C113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C113; }

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

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

background-color css

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

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

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

border-color css

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

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

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