Html Css Color HEX #D1CA16 Bird Flower

📋 copy color: '#D1CA16'

red 209 ◦ green 202 ◦ blue 22

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

Shades of Bird Flower #D1CA16

Tints of Bird Flower #D1CA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 48.27%
G = 46.65%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1CA16 (or 0xD1CA16) is known color: Bird Flower. HEX triplet: D1, CA and 16. RGB value is (209,202,22). Sum of RGB (Red+Green+Blue) = 209+202+22=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CA16 is #2E35E9. Grayscale: #B8B8B8. Windows color (decimal): -3028458 or 1493713. OLE color: 1493713.

HSL color Cylindrical-coordinate representation of color #D1CA16: hue angle of 57.75º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1CA16 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 22 -
CMYK 0 0.03 0.89 0.18
HSL 57.75º 0.81% 0.45% -
HSV(B) 57.75º 0.89% 0.82% -
XYZ 47.56 55.85 9.03 -
YUV 183.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 209 202 22 0 0.03 0.89 0.18 57.75 0.81 0.45
Hex D1 CA 16 0 3 59 12 3A 51 2D
Octal 321 312 26 0 3 131 22 72 121 55
Binary 11010001 11001010 10110 0 11 1011001 10010 111010 1010001 101101

Color Harmonies of #D1CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA16

Black with #D1CA16

Text Example


Text Example

White with #D1CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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