Html Css Color HEX #D1CC16 Barberry

📋 copy color: '#D1CC16'

red 209 ◦ green 204 ◦ blue 22

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

Shades of Barberry #D1CC16

Tints of Barberry #D1CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

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

R = 48.05%
G = 46.9%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1CC16 (or 0xD1CC16) is known color: Barberry. HEX triplet: D1, CC and 16. RGB value is (209,204,22). Sum of RGB (Red+Green+Blue) = 209+204+22=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC16 is #2E33E9. Grayscale: #B9B9B9. Windows color (decimal): -3027946 or 1494225. OLE color: 1494225.

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

Color convert

RGB 209 204 22 -
CMYK 0 0.02 0.89 0.18
HSL 58.4º 0.81% 0.45% -
HSV(B) 58.4º 0.89% 0.82% -
XYZ 48.03 56.8 9.19 -
YUV 184.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 209 204 22 0 0.02 0.89 0.18 58.4 0.81 0.45
Hex D1 CC 16 0 2 59 12 3A 51 2D
Octal 321 314 26 0 2 131 22 72 121 55
Binary 11010001 11001100 10110 0 10 1011001 10010 111010 1010001 101101

Color Harmonies of #D1CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC16

Black with #D1CC16

Text Example


Text Example

White with #D1CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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