Html Css Color HEX #D1C800 Bird Flower

📋 copy color: '#D1C800'

red 209 ◦ green 200 ◦ blue 0

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

Shades of Bird Flower #D1C800

Tints of Bird Flower #D1C800

RGB

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

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

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

R = 51.1%
G = 48.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1C800 (or 0xD1C800) is known color: Bird Flower. HEX triplet: D1, C8 and 00. RGB value is (209,200,0). Sum of RGB (Red+Green+Blue) = 209+200+0=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C800 is #2E37FF. Grayscale: #B4B4B4. Windows color (decimal): -3028992 or 51409. OLE color: 51409.

HSL color Cylindrical-coordinate representation of color #D1C800: hue angle of 57.42º 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 #D1C800 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 200 0 -
CMYK 0 0.04 1 0.18
HSL 57.42º 1% 0.41% -
HSV(B) 57.42º 1% 0.82% -
XYZ 46.95 54.86 8.12 -
YUV 179.89 26.48 148.76 -
System Red Green Blue C M Y K H S L
Decimal 209 200 0 0 0.04 1 0.18 57.42 1 0.41
Hex D1 C8 0 0 4 64 12 39 64 29
Octal 321 310 0 0 4 144 22 71 144 51
Binary 11010001 11001000 0 0 100 1100100 10010 111001 1100100 101001

Color Harmonies of #D1C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C800

Black with #D1C800

Text Example


Text Example

White with #D1C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C800; }

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

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

background-color css

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

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

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

border-color css

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

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

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