Html Css Color HEX #D9CE10 Bird Flower

📋 copy color: '#D9CE10'

red 217 ◦ green 206 ◦ blue 16

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

Shades of Bird Flower #D9CE10

Tints of Bird Flower #D9CE10

RGB

 RED value IS 217 (85.16% from 255) = 49.43%

 GREEN value IS 206 (80.86% from 255) = 46.92%

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

R = 49.43%
G = 46.92%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9CE10 (or 0xD9CE10) is known color: Bird Flower. HEX triplet: D9, CE and 10. RGB value is (217,206,16). Sum of RGB (Red+Green+Blue) = 217+206+16=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CE10 is #2631EF. Grayscale: #BCBCBC. Windows color (decimal): -2503152 or 1101529. OLE color: 1101529.

HSL color Cylindrical-coordinate representation of color #D9CE10: hue angle of 56.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9CE10 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 206 16 -
CMYK 0 0.05 0.93 0.15
HSL 56.72º 0.86% 0.46% -
HSV(B) 56.72º 0.93% 0.85% -
XYZ 50.78 58.93 9.19 -
YUV 187.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 217 206 16 0 0.05 0.93 0.15 56.72 0.86 0.46
Hex D9 CE 10 0 5 5D F 39 56 2E
Octal 331 316 20 0 5 135 17 71 126 56
Binary 11011001 11001110 10000 0 101 1011101 1111 111001 1010110 101110

Color Harmonies of #D9CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE10

Black with #D9CE10

Text Example


Text Example

White with #D9CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE10; }

 p { color: rgb(217,206,16); }

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

background-color css

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

 a { background-color: rgb(217,206,16); }

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

border-color css

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

 span { border-color: rgb(217,206,16); }

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