Html Css Color HEX #D1C000 Bird Flower

📋 copy color: '#D1C000'

red 209 ◦ green 192 ◦ blue 0

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

Shades of Bird Flower #D1C000

Tints of Bird Flower #D1C000

RGB

 RED value IS 209 (82.03% from 255) = 52.12%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.12%
G = 47.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1C000 (or 0xD1C000) is known color: Bird Flower. HEX triplet: D1, C0 and 00. RGB value is (209,192,0). Sum of RGB (Red+Green+Blue) = 209+192+0=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C000 is #2E3FFF. Grayscale: #AFAFAF. Windows color (decimal): -3031040 or 49361. OLE color: 49361.

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

Color convert

RGB 209 192 0 -
CMYK 0 0.08 1 0.18
HSL 55.12º 1% 0.41% -
HSV(B) 55.12º 1% 0.82% -
XYZ 45.14 51.25 7.51 -
YUV 175.2 29.13 152.11 -
System Red Green Blue C M Y K H S L
Decimal 209 192 0 0 0.08 1 0.18 55.12 1 0.41
Hex D1 C0 0 0 8 64 12 37 64 29
Octal 321 300 0 0 10 144 22 67 144 51
Binary 11010001 11000000 0 0 1000 1100100 10010 110111 1100100 101001

Color Harmonies of #D1C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C000

Black with #D1C000

Text Example


Text Example

White with #D1C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C000; }

 p { color: rgb(209,192,0); }

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

background-color css

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

 a { background-color: rgb(209,192,0); }

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

border-color css

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

 span { border-color: rgb(209,192,0); }

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