Html Css Color HEX #D1CA11 Bird Flower

📋 copy color: '#D1CA11'

red 209 ◦ green 202 ◦ blue 17

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

Shades of Bird Flower #D1CA11

Tints of Bird Flower #D1CA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 48.83%
G = 47.2%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1CA11 (or 0xD1CA11) is known color: Bird Flower. HEX triplet: D1, CA and 11. RGB value is (209,202,17). Sum of RGB (Red+Green+Blue) = 209+202+17=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CA11 is #2E35EE. Grayscale: #B7B7B7. Windows color (decimal): -3028463 or 1166033. OLE color: 1166033.

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

Color convert

RGB 209 202 17 -
CMYK 0 0.03 0.92 0.18
HSL 57.81º 0.85% 0.44% -
HSV(B) 57.81º 0.92% 0.82% -
XYZ 47.52 55.84 8.8 -
YUV 183 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 209 202 17 0 0.03 0.92 0.18 57.81 0.85 0.44
Hex D1 CA 11 0 3 5C 12 3A 55 2C
Octal 321 312 21 0 3 134 22 72 125 54
Binary 11010001 11001010 10001 0 11 1011100 10010 111010 1010101 101100

Color Harmonies of #D1CA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA11

Black with #D1CA11

Text Example


Text Example

White with #D1CA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA11; }

 p { color: rgb(209,202,17); }

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

background-color css

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

 a { background-color: rgb(209,202,17); }

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

border-color css

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

 span { border-color: rgb(209,202,17); }

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