Html Css Color HEX #D5DC16 Barberry

📋 copy color: '#D5DC16'

red 213 ◦ green 220 ◦ blue 22

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

Shades of Barberry #D5DC16

Tints of Barberry #D5DC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

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

R = 46.81%
G = 48.35%
B = 4.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#D5DC16 (or 0xD5DC16) is known color: Barberry. HEX triplet: D5, DC and 16. RGB value is (213,220,22). Sum of RGB (Red+Green+Blue) = 213+220+22=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DC16 is #2A23E9. Grayscale: #C4C4C4. Windows color (decimal): -2761706 or 1498325. OLE color: 1498325.

HSL color Cylindrical-coordinate representation of color #D5DC16: hue angle of 62.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5DC16 is Cyan = 0.03, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 22 -
CMYK 0.03 0 0.9 0.14
HSL 62.12º 0.82% 0.47% -
HSV(B) 62.12º 0.9% 0.86% -
XYZ 53.18 65.39 10.58 -
YUV 195.34 30.18 140.6 -
System Red Green Blue C M Y K H S L
Decimal 213 220 22 0.03 0 0.9 0.14 62.12 0.82 0.47
Hex D5 DC 16 3 0 5A E 3E 52 2F
Octal 325 334 26 3 0 132 16 76 122 57
Binary 11010101 11011100 10110 11 0 1011010 1110 111110 1010010 101111

Color Harmonies of #D5DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC16

Black with #D5DC16

Text Example


Text Example

White with #D5DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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