Html Css Color HEX #D1CD10 Bird Flower

📋 copy color: '#D1CD10'

red 209 ◦ green 205 ◦ blue 16

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

Shades of Bird Flower #D1CD10

Tints of Bird Flower #D1CD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 48.6%
G = 47.67%
B = 3.72%

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

#D1CD10 (or 0xD1CD10) is known color: Bird Flower. HEX triplet: D1, CD and 10. RGB value is (209,205,16). Sum of RGB (Red+Green+Blue) = 209+205+16=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CD10 is #2E32EF. Grayscale: #B9B9B9. Windows color (decimal): -3027696 or 1101265. OLE color: 1101265.

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

Color convert

RGB 209 205 16 -
CMYK 0 0.02 0.92 0.18
HSL 58.76º 0.86% 0.44% -
HSV(B) 58.76º 0.92% 0.82% -
XYZ 48.22 57.26 9 -
YUV 184.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 209 205 16 0 0.02 0.92 0.18 58.76 0.86 0.44
Hex D1 CD 10 0 2 5C 12 3B 56 2C
Octal 321 315 20 0 2 134 22 73 126 54
Binary 11010001 11001101 10000 0 10 1011100 10010 111011 1010110 101100

Color Harmonies of #D1CD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD10

Black with #D1CD10

Text Example


Text Example

White with #D1CD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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