Html Css Color HEX #D6C819 Barberry

📋 copy color: '#D6C819'

red 214 ◦ green 200 ◦ blue 25

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

Shades of Barberry #D6C819

Tints of Barberry #D6C819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 48.75%
G = 45.56%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6C819 (or 0xD6C819) is known color: Barberry. HEX triplet: D6, C8 and 19. RGB value is (214,200,25). Sum of RGB (Red+Green+Blue) = 214+200+25=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C819 is #2937E6. Grayscale: #B8B8B8. Windows color (decimal): -2701287 or 1689814. OLE color: 1689814.

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

Color convert

RGB 214 200 25 -
CMYK 0 0.07 0.88 0.16
HSL 55.56º 0.79% 0.47% -
HSV(B) 55.56º 0.88% 0.84% -
XYZ 48.56 55.67 9.11 -
YUV 184.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 214 200 25 0 0.07 0.88 0.16 55.56 0.79 0.47
Hex D6 C8 19 0 7 58 10 38 4F 2F
Octal 326 310 31 0 7 130 20 70 117 57
Binary 11010110 11001000 11001 0 111 1011000 10000 111000 1001111 101111

Color Harmonies of #D6C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C819

Black with #D6C819

Text Example


Text Example

White with #D6C819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C819; }

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

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

background-color css

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

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

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

border-color css

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

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

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