Html Css Color HEX #D6DC16 Barberry

📋 copy color: '#D6DC16'

red 214 ◦ green 220 ◦ blue 22

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

Shades of Barberry #D6DC16

Tints of Barberry #D6DC16

RGB

 RED value IS 214 (83.98% from 255) = 46.93%

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

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

R = 46.93%
G = 48.25%
B = 4.82%

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

#D6DC16 (or 0xD6DC16) is known color: Barberry. HEX triplet: D6, DC and 16. RGB value is (214,220,22). Sum of RGB (Red+Green+Blue) = 214+220+22=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DC16 is #2923E9. Grayscale: #C4C4C4. Windows color (decimal): -2696170 or 1498326. OLE color: 1498326.

HSL color Cylindrical-coordinate representation of color #D6DC16: hue angle of 61.82º 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 #D6DC16 is Cyan = 0.03, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 22 -
CMYK 0.03 0 0.9 0.14
HSL 61.82º 0.82% 0.47% -
HSV(B) 61.82º 0.9% 0.86% -
XYZ 53.47 65.54 10.59 -
YUV 195.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 214 220 22 0.03 0 0.9 0.14 61.82 0.82 0.47
Hex D6 DC 16 3 0 5A E 3E 52 2F
Octal 326 334 26 3 0 132 16 76 122 57
Binary 11010110 11011100 10110 11 0 1011010 1110 111110 1010010 101111

Color Harmonies of #D6DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC16

Black with #D6DC16

Text Example


Text Example

White with #D6DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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