Html Css Color HEX #D6D019 Barberry

📋 copy color: '#D6D019'

red 214 ◦ green 208 ◦ blue 25

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

Shades of Barberry #D6D019

Tints of Barberry #D6D019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

 BLUE value IS 25 (10.16% from 255) = 5.59%

R = 47.87%
G = 46.53%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6D019 (or 0xD6D019) is known color: Barberry. HEX triplet: D6, D0 and 19. RGB value is (214,208,25). Sum of RGB (Red+Green+Blue) = 214+208+25=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D019 is #292FE6. Grayscale: #BDBDBD. Windows color (decimal): -2699239 or 1691862. OLE color: 1691862.

HSL color Cylindrical-coordinate representation of color #D6D019: hue angle of 58.1º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6D019 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 25 -
CMYK 0 0.03 0.88 0.16
HSL 58.1º 0.79% 0.47% -
HSV(B) 58.1º 0.88% 0.84% -
XYZ 50.46 59.48 9.74 -
YUV 188.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 214 208 25 0 0.03 0.88 0.16 58.1 0.79 0.47
Hex D6 D0 19 0 3 58 10 3A 4F 2F
Octal 326 320 31 0 3 130 20 72 117 57
Binary 11010110 11010000 11001 0 11 1011000 10000 111010 1001111 101111

Color Harmonies of #D6D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D019

Black with #D6D019

Text Example


Text Example

White with #D6D019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D019; }

 p { color: rgb(214,208,25); }

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

background-color css

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

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

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

border-color css

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

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

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