Html Css Color HEX #D6D613 Barberry

📋 copy color: '#D6D613'

red 214 ◦ green 214 ◦ blue 19

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

Shades of Barberry #D6D613

Tints of Barberry #D6D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 47.87%
G = 47.87%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6D613 (or 0xD6D613) is known color: Barberry. HEX triplet: D6, D6 and 13. RGB value is (214,214,19). Sum of RGB (Red+Green+Blue) = 214+214+19=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D613 is #2929EC. Grayscale: #C0C0C0. Windows color (decimal): -2697709 or 1300182. OLE color: 1300182.

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

Color convert

RGB 214 214 19 -
CMYK 0 0 0.91 0.16
HSL 60º 0.84% 0.46% -
HSV(B) 60º 0.91% 0.84% -
XYZ 51.9 62.44 9.93 -
YUV 191.77 30.5 143.86 -
System Red Green Blue C M Y K H S L
Decimal 214 214 19 0 0 0.91 0.16 60 0.84 0.46
Hex D6 D6 13 0 0 5B 10 3C 54 2E
Octal 326 326 23 0 0 133 20 74 124 56
Binary 11010110 11010110 10011 0 0 1011011 10000 111100 1010100 101110

Color Harmonies of #D6D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D613

Black with #D6D613

Text Example


Text Example

White with #D6D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D613; }

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

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

background-color css

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

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

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

border-color css

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

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

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