Html Css Color HEX #D1C600 Bird Flower

📋 copy color: '#D1C600'

red 209 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #D1C600

Tints of Bird Flower #D1C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.65%

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

R = 51.35%
G = 48.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1C600 (or 0xD1C600) is known color: Bird Flower. HEX triplet: D1, C6 and 00. RGB value is (209,198,0). Sum of RGB (Red+Green+Blue) = 209+198+0=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C600 is #2E39FF. Grayscale: #B3B3B3. Windows color (decimal): -3029504 or 50897. OLE color: 50897.

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

Color convert

RGB 209 198 0 -
CMYK 0 0.05 1 0.18
HSL 56.84º 1% 0.41% -
HSV(B) 56.84º 1% 0.82% -
XYZ 46.49 53.94 7.96 -
YUV 178.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 209 198 0 0 0.05 1 0.18 56.84 1 0.41
Hex D1 C6 0 0 5 64 12 39 64 29
Octal 321 306 0 0 5 144 22 71 144 51
Binary 11010001 11000110 0 0 101 1100100 10010 111001 1100100 101001

Color Harmonies of #D1C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C600

Black with #D1C600

Text Example


Text Example

White with #D1C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C600; }

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

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

background-color css

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

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

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

border-color css

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

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

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