Html Css Color HEX #D6D114 Barberry

📋 copy color: '#D6D114'

red 214 ◦ green 209 ◦ blue 20

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

Shades of Barberry #D6D114

Tints of Barberry #D6D114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.18%

 BLUE value IS 20 (8.2% from 255) = 4.51%

R = 48.31%
G = 47.18%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6D114 (or 0xD6D114) is known color: Barberry. HEX triplet: D6, D1 and 14. RGB value is (214,209,20). Sum of RGB (Red+Green+Blue) = 214+209+20=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D114 is #292EEB. Grayscale: #BDBDBD. Windows color (decimal): -2698988 or 1364438. OLE color: 1364438.

HSL color Cylindrical-coordinate representation of color #D6D114: hue angle of 58.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6D114 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 20 -
CMYK 0 0.02 0.91 0.16
HSL 58.45º 0.83% 0.46% -
HSV(B) 58.45º 0.91% 0.84% -
XYZ 50.66 59.95 9.56 -
YUV 188.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 214 209 20 0 0.02 0.91 0.16 58.45 0.83 0.46
Hex D6 D1 14 0 2 5B 10 3A 53 2E
Octal 326 321 24 0 2 133 20 72 123 56
Binary 11010110 11010001 10100 0 10 1011011 10000 111010 1010011 101110

Color Harmonies of #D6D114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D114

Black with #D6D114

Text Example


Text Example

White with #D6D114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D114; }

 p { color: rgb(214,209,20); }

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

background-color css

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

 a { background-color: rgb(214,209,20); }

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

border-color css

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

 span { border-color: rgb(214,209,20); }

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