Html Css Color HEX #D1CC01 Bird Flower

📋 copy color: '#D1CC01'

red 209 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #D1CC01

Tints of Bird Flower #D1CC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

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

R = 50.48%
G = 49.28%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D1CC01 (or 0xD1CC01) is known color: Bird Flower. HEX triplet: D1, CC and 01. RGB value is (209,204,1). Sum of RGB (Red+Green+Blue) = 209+204+1=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC01 is #2E33FE. Grayscale: #B7B7B7. Windows color (decimal): -3027967 or 117969. OLE color: 117969.

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

Color convert

RGB 209 204 1 -
CMYK 0 0.02 1.00 0.18
HSL 58.56º 0.99% 0.41% -
HSV(B) 58.56º 1% 0.82% -
XYZ 47.89 56.74 8.46 -
YUV 182.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 209 204 1 0 0.02 1.00 0.18 58.56 0.99 0.41
Hex D1 CC 1 0 2 64 12 3B 63 29
Octal 321 314 1 0 2 144 22 73 143 51
Binary 11010001 11001100 1 0 10 1100100 10010 111011 1100011 101001

Color Harmonies of #D1CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC01

Black with #D1CC01

Text Example


Text Example

White with #D1CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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