Html Css Color HEX #D6D419 Barberry

📋 copy color: '#D6D419'

red 214 ◦ green 212 ◦ blue 25

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

Shades of Barberry #D6D419

Tints of Barberry #D6D419

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 47.45%
G = 47.01%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6D419 (or 0xD6D419) is known color: Barberry. HEX triplet: D6, D4 and 19. RGB value is (214,212,25). Sum of RGB (Red+Green+Blue) = 214+212+25=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D419 is #292BE6. Grayscale: #C0C0C0. Windows color (decimal): -2698215 or 1692886. OLE color: 1692886.

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

Color convert

RGB 214 212 25 -
CMYK 0 0.01 0.88 0.16
HSL 59.37º 0.79% 0.47% -
HSV(B) 59.37º 0.88% 0.84% -
XYZ 51.45 61.45 10.07 -
YUV 191.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 214 212 25 0 0.01 0.88 0.16 59.37 0.79 0.47
Hex D6 D4 19 0 1 58 10 3B 4F 2F
Octal 326 324 31 0 1 130 20 73 117 57
Binary 11010110 11010100 11001 0 1 1011000 10000 111011 1001111 101111

Color Harmonies of #D6D419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D419

Black with #D6D419

Text Example


Text Example

White with #D6D419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D419; }

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

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

background-color css

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

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

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

border-color css

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

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

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