Html Css Color HEX #D6D315 Barberry

📋 copy color: '#D6D315'

red 214 ◦ green 211 ◦ blue 21

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

Shades of Barberry #D6D315

Tints of Barberry #D6D315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 47.98%
G = 47.31%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6D315 (or 0xD6D315) is known color: Barberry. HEX triplet: D6, D3 and 15. RGB value is (214,211,21). Sum of RGB (Red+Green+Blue) = 214+211+21=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D315 is #292CEA. Grayscale: #BFBFBF. Windows color (decimal): -2698475 or 1430486. OLE color: 1430486.

HSL color Cylindrical-coordinate representation of color #D6D315: hue angle of 59.07º degrees, saturation: 0.82, 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 #D6D315 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 211 21 -
CMYK 0 0.01 0.90 0.16
HSL 59.07º 0.82% 0.46% -
HSV(B) 59.07º 0.9% 0.84% -
XYZ 51.16 60.94 9.78 -
YUV 190.24 32.49 144.95 -
System Red Green Blue C M Y K H S L
Decimal 214 211 21 0 0.01 0.90 0.16 59.07 0.82 0.46
Hex D6 D3 15 0 1 5A 10 3B 52 2E
Octal 326 323 25 0 1 132 20 73 122 56
Binary 11010110 11010011 10101 0 1 1011010 10000 111011 1010010 101110

Color Harmonies of #D6D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D315

Black with #D6D315

Text Example


Text Example

White with #D6D315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D315; }

 p { color: rgb(214,211,21); }

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

background-color css

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

 a { background-color: rgb(214,211,21); }

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

border-color css

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

 span { border-color: rgb(214,211,21); }

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