Html Css Color HEX #D3C013 Bird Flower

📋 copy color: '#D3C013'

red 211 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #D3C013

Tints of Bird Flower #D3C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 50%
G = 45.5%
B = 4.5%

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

#D3C013 (or 0xD3C013) is known color: Bird Flower. HEX triplet: D3, C0 and 13. RGB value is (211,192,19). Sum of RGB (Red+Green+Blue) = 211+192+19=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C013 is #2C3FEC. Grayscale: #B2B2B2. Windows color (decimal): -2899949 or 1294547. OLE color: 1294547.

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

Color convert

RGB 211 192 19 -
CMYK 0 0.09 0.91 0.17
HSL 54.06º 0.83% 0.45% -
HSV(B) 54.06º 0.91% 0.83% -
XYZ 45.83 51.6 8.16 -
YUV 177.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 211 192 19 0 0.09 0.91 0.17 54.06 0.83 0.45
Hex D3 C0 13 0 9 5B 11 36 53 2D
Octal 323 300 23 0 11 133 21 66 123 55
Binary 11010011 11000000 10011 0 1001 1011011 10001 110110 1010011 101101

Color Harmonies of #D3C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C013

Black with #D3C013

Text Example


Text Example

White with #D3C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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