Html Css Color HEX #D6C619 Barberry

📋 copy color: '#D6C619'

red 214 ◦ green 198 ◦ blue 25

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

Shades of Barberry #D6C619

Tints of Barberry #D6C619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.31%

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

R = 48.97%
G = 45.31%
B = 5.72%

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

#D6C619 (or 0xD6C619) is known color: Barberry. HEX triplet: D6, C6 and 19. RGB value is (214,198,25). Sum of RGB (Red+Green+Blue) = 214+198+25=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C619 is #2939E6. Grayscale: #B7B7B7. Windows color (decimal): -2701799 or 1689302. OLE color: 1689302.

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

Color convert

RGB 214 198 25 -
CMYK 0 0.07 0.88 0.16
HSL 54.92º 0.79% 0.47% -
HSV(B) 54.92º 0.88% 0.84% -
XYZ 48.1 54.75 8.95 -
YUV 183.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 214 198 25 0 0.07 0.88 0.16 54.92 0.79 0.47
Hex D6 C6 19 0 7 58 10 37 4F 2F
Octal 326 306 31 0 7 130 20 67 117 57
Binary 11010110 11000110 11001 0 111 1011000 10000 110111 1001111 101111

Color Harmonies of #D6C619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C619

Black with #D6C619

Text Example


Text Example

White with #D6C619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C619; }

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

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

background-color css

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

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

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

border-color css

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

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

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