Html Css Color HEX #D5CC16 Barberry

📋 copy color: '#D5CC16'

red 213 ◦ green 204 ◦ blue 22

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

Shades of Barberry #D5CC16

Tints of Barberry #D5CC16

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

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

R = 48.52%
G = 46.47%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5CC16 (or 0xD5CC16) is known color: Barberry. HEX triplet: D5, CC and 16. RGB value is (213,204,22). Sum of RGB (Red+Green+Blue) = 213+204+22=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC16 is #2A33E9. Grayscale: #BABABA. Windows color (decimal): -2765802 or 1494229. OLE color: 1494229.

HSL color Cylindrical-coordinate representation of color #D5CC16: hue angle of 57.17º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5CC16 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 22 -
CMYK 0 0.04 0.90 0.16
HSL 57.17º 0.81% 0.46% -
HSV(B) 57.17º 0.9% 0.84% -
XYZ 49.18 57.39 9.24 -
YUV 185.94 35.48 147.3 -
System Red Green Blue C M Y K H S L
Decimal 213 204 22 0 0.04 0.90 0.16 57.17 0.81 0.46
Hex D5 CC 16 0 4 5A 10 39 51 2E
Octal 325 314 26 0 4 132 20 71 121 56
Binary 11010101 11001100 10110 0 100 1011010 10000 111001 1010001 101110

Color Harmonies of #D5CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC16

Black with #D5CC16

Text Example


Text Example

White with #D5CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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