Html Css Color HEX #D1C701 Bird Flower

📋 copy color: '#D1C701'

red 209 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #D1C701

Tints of Bird Flower #D1C701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 51.1%
G = 48.66%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D1C701 (or 0xD1C701) is known color: Bird Flower. HEX triplet: D1, C7 and 01. RGB value is (209,199,1). Sum of RGB (Red+Green+Blue) = 209+199+1=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C701 is #2E38FE. Grayscale: #B4B4B4. Windows color (decimal): -3029247 or 116689. OLE color: 116689.

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

Color convert

RGB 209 199 1 -
CMYK 0 0.05 1.00 0.18
HSL 57.12º 0.99% 0.41% -
HSV(B) 57.12º 1% 0.82% -
XYZ 46.72 54.4 8.07 -
YUV 179.42 27.31 149.1 -
System Red Green Blue C M Y K H S L
Decimal 209 199 1 0 0.05 1.00 0.18 57.12 0.99 0.41
Hex D1 C7 1 0 5 64 12 39 63 29
Octal 321 307 1 0 5 144 22 71 143 51
Binary 11010001 11000111 1 0 101 1100100 10010 111001 1100011 101001

Color Harmonies of #D1C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C701

Black with #D1C701

Text Example


Text Example

White with #D1C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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