Html Css Color HEX #D9CA10 Bird Flower

📋 copy color: '#D9CA10'

red 217 ◦ green 202 ◦ blue 16

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

Shades of Bird Flower #D9CA10

Tints of Bird Flower #D9CA10

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

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

R = 49.89%
G = 46.44%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9CA10 (or 0xD9CA10) is known color: Bird Flower. HEX triplet: D9, CA and 10. RGB value is (217,202,16). Sum of RGB (Red+Green+Blue) = 217+202+16=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA10 is #2635EF. Grayscale: #BABABA. Windows color (decimal): -2504176 or 1100505. OLE color: 1100505.

HSL color Cylindrical-coordinate representation of color #D9CA10: hue angle of 55.52º 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 #D9CA10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 16 -
CMYK 0 0.07 0.93 0.15
HSL 55.52º 0.86% 0.46% -
HSV(B) 55.52º 0.93% 0.85% -
XYZ 49.83 57.03 8.87 -
YUV 185.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 217 202 16 0 0.07 0.93 0.15 55.52 0.86 0.46
Hex D9 CA 10 0 7 5D F 38 56 2E
Octal 331 312 20 0 7 135 17 70 126 56
Binary 11011001 11001010 10000 0 111 1011101 1111 111000 1010110 101110

Color Harmonies of #D9CA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA10

Black with #D9CA10

Text Example


Text Example

White with #D9CA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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