Html Css Color HEX #D0C013 Bird Flower

📋 copy color: '#D0C013'

red 208 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #D0C013

Tints of Bird Flower #D0C013

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

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

R = 49.64%
G = 45.82%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0C013 (or 0xD0C013) is known color: Bird Flower. HEX triplet: D0, C0 and 13. RGB value is (208,192,19). Sum of RGB (Red+Green+Blue) = 208+192+19=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C013 is #2F3FEC. Grayscale: #B1B1B1. Windows color (decimal): -3096557 or 1294544. OLE color: 1294544.

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

Color convert

RGB 208 192 19 -
CMYK 0 0.08 0.91 0.18
HSL 54.92º 0.83% 0.45% -
HSV(B) 54.92º 0.91% 0.82% -
XYZ 44.98 51.16 8.12 -
YUV 177.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 208 192 19 0 0.08 0.91 0.18 54.92 0.83 0.45
Hex D0 C0 13 0 8 5B 12 37 53 2D
Octal 320 300 23 0 10 133 22 67 123 55
Binary 11010000 11000000 10011 0 1000 1011011 10010 110111 1010011 101101

Color Harmonies of #D0C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C013

Black with #D0C013

Text Example


Text Example

White with #D0C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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