Html Css Color HEX #D6C719 Barberry

📋 copy color: '#D6C719'

red 214 ◦ green 199 ◦ blue 25

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

Shades of Barberry #D6C719

Tints of Barberry #D6C719

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.43%

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

R = 48.86%
G = 45.43%
B = 5.71%

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

#D6C719 (or 0xD6C719) is known color: Barberry. HEX triplet: D6, C7 and 19. RGB value is (214,199,25). Sum of RGB (Red+Green+Blue) = 214+199+25=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C719 is #2938E6. Grayscale: #B8B8B8. Windows color (decimal): -2701543 or 1689558. OLE color: 1689558.

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

Color convert

RGB 214 199 25 -
CMYK 0 0.07 0.88 0.16
HSL 55.24º 0.79% 0.47% -
HSV(B) 55.24º 0.88% 0.84% -
XYZ 48.33 55.21 9.03 -
YUV 183.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 214 199 25 0 0.07 0.88 0.16 55.24 0.79 0.47
Hex D6 C7 19 0 7 58 10 37 4F 2F
Octal 326 307 31 0 7 130 20 67 117 57
Binary 11010110 11000111 11001 0 111 1011000 10000 110111 1001111 101111

Color Harmonies of #D6C719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C719

Black with #D6C719

Text Example


Text Example

White with #D6C719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C719; }

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

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

background-color css

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

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

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

border-color css

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

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

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