Html Css Color HEX #D6D913 Barberry

📋 copy color: '#D6D913'

red 214 ◦ green 217 ◦ blue 19

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

Shades of Barberry #D6D913

Tints of Barberry #D6D913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

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

R = 47.56%
G = 48.22%
B = 4.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D6D913 (or 0xD6D913) is known color: Barberry. HEX triplet: D6, D9 and 13. RGB value is (214,217,19). Sum of RGB (Red+Green+Blue) = 214+217+19=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D913 is #2926EC. Grayscale: #C2C2C2. Windows color (decimal): -2696941 or 1300950. OLE color: 1300950.

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

Color convert

RGB 214 217 19 -
CMYK 0.01 0 0.91 0.15
HSL 60.91º 0.84% 0.46% -
HSV(B) 60.91º 0.91% 0.85% -
XYZ 52.66 63.97 10.19 -
YUV 193.53 29.51 142.6 -
System Red Green Blue C M Y K H S L
Decimal 214 217 19 0.01 0 0.91 0.15 60.91 0.84 0.46
Hex D6 D9 13 1 0 5B F 3D 54 2E
Octal 326 331 23 1 0 133 17 75 124 56
Binary 11010110 11011001 10011 1 0 1011011 1111 111101 1010100 101110

Color Harmonies of #D6D913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D913

Black with #D6D913

Text Example


Text Example

White with #D6D913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D913; }

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

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

background-color css

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

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

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

border-color css

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

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

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