Html Css Color HEX #D6D513 Barberry

📋 copy color: '#D6D513'

red 214 ◦ green 213 ◦ blue 19

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

Shades of Barberry #D6D513

Tints of Barberry #D6D513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 47.98%
G = 47.76%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6D513 (or 0xD6D513) is known color: Barberry. HEX triplet: D6, D5 and 13. RGB value is (214,213,19). Sum of RGB (Red+Green+Blue) = 214+213+19=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D513 is #292AEC. Grayscale: #BFBFBF. Windows color (decimal): -2697965 or 1299926. OLE color: 1299926.

HSL color Cylindrical-coordinate representation of color #D6D513: hue angle of 59.69º degrees, saturation: 0.84, 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 #D6D513 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 213 19 -
CMYK 0 0.00 0.91 0.16
HSL 59.69º 0.84% 0.46% -
HSV(B) 59.69º 0.91% 0.84% -
XYZ 51.64 61.93 9.85 -
YUV 191.18 30.83 144.27 -
System Red Green Blue C M Y K H S L
Decimal 214 213 19 0 0.00 0.91 0.16 59.69 0.84 0.46
Hex D6 D5 13 0 0 5B 10 3C 54 2E
Octal 326 325 23 0 0 133 20 74 124 56
Binary 11010110 11010101 10011 0 0 1011011 10000 111100 1010100 101110

Color Harmonies of #D6D513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D513

Black with #D6D513

Text Example


Text Example

White with #D6D513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D513; }

 p { color: rgb(214,213,19); }

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

background-color css

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

 a { background-color: rgb(214,213,19); }

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

border-color css

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

 span { border-color: rgb(214,213,19); }

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