Html Css Color HEX #D1CC10 Bird Flower

📋 copy color: '#D1CC10'

red 209 ◦ green 204 ◦ blue 16

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

Shades of Bird Flower #D1CC10

Tints of Bird Flower #D1CC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 48.72%
G = 47.55%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1CC10 (or 0xD1CC10) is known color: Bird Flower. HEX triplet: D1, CC and 10. RGB value is (209,204,16). Sum of RGB (Red+Green+Blue) = 209+204+16=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC10 is #2E33EF. Grayscale: #B8B8B8. Windows color (decimal): -3027952 or 1101009. OLE color: 1101009.

HSL color Cylindrical-coordinate representation of color #D1CC10: hue angle of 58.45º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1CC10 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 204 16 -
CMYK 0 0.02 0.92 0.18
HSL 58.45º 0.86% 0.44% -
HSV(B) 58.45º 0.92% 0.82% -
XYZ 47.98 56.78 8.92 -
YUV 184.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 209 204 16 0 0.02 0.92 0.18 58.45 0.86 0.44
Hex D1 CC 10 0 2 5C 12 3A 56 2C
Octal 321 314 20 0 2 134 22 72 126 54
Binary 11010001 11001100 10000 0 10 1011100 10010 111010 1010110 101100

Color Harmonies of #D1CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC10

Black with #D1CC10

Text Example


Text Example

White with #D1CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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