Html Css Color HEX #D1C700 Bird Flower

📋 copy color: '#D1C700'

red 209 ◦ green 199 ◦ blue 0

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

Shades of Bird Flower #D1C700

Tints of Bird Flower #D1C700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.77%

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

R = 51.23%
G = 48.77%
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

#D1C700 (or 0xD1C700) is known color: Bird Flower. HEX triplet: D1, C7 and 00. RGB value is (209,199,0). Sum of RGB (Red+Green+Blue) = 209+199+0=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C700 is #2E38FF. Grayscale: #B4B4B4. Windows color (decimal): -3029248 or 51153. OLE color: 51153.

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

Color convert

RGB 209 199 0 -
CMYK 0 0.05 1 0.18
HSL 57.13º 1% 0.41% -
HSV(B) 57.13º 1% 0.82% -
XYZ 46.72 54.4 8.04 -
YUV 179.3 26.81 149.18 -
System Red Green Blue C M Y K H S L
Decimal 209 199 0 0 0.05 1 0.18 57.13 1 0.41
Hex D1 C7 0 0 5 64 12 39 64 29
Octal 321 307 0 0 5 144 22 71 144 51
Binary 11010001 11000111 0 0 101 1100100 10010 111001 1100100 101001

Color Harmonies of #D1C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C700

Black with #D1C700

Text Example


Text Example

White with #D1C700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C700; }

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

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

background-color css

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

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

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

border-color css

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

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

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