Html Css Color HEX #C6C51D Barberry

📋 copy color: '#C6C51D'

red 198 ◦ green 197 ◦ blue 29

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

Shades of Barberry #C6C51D

Tints of Barberry #C6C51D

RGB

 RED value IS 198 (77.73% from 255) = 46.7%

 GREEN value IS 197 (77.34% from 255) = 46.46%

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 46.7%
G = 46.46%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6C51D (or 0xC6C51D) is known color: Barberry. HEX triplet: C6, C5 and 1D. RGB value is (198,197,29). Sum of RGB (Red+Green+Blue) = 198+197+29=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C51D is #393AE2. Grayscale: #B2B2B2. Windows color (decimal): -3750627 or 1951174. OLE color: 1951174.

HSL color Cylindrical-coordinate representation of color #C6C51D: hue angle of 59.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6C51D is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 197 29 -
CMYK 0 0.01 0.85 0.22
HSL 59.64º 0.74% 0.45% -
HSV(B) 59.64º 0.85% 0.78% -
XYZ 43.48 52.03 8.91 -
YUV 178.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 198 197 29 0 0.01 0.85 0.22 59.64 0.74 0.45
Hex C6 C5 1D 0 1 55 16 3C 4A 2D
Octal 306 305 35 0 1 125 26 74 112 55
Binary 11000110 11000101 11101 0 1 1010101 10110 111100 1001010 101101

Color Harmonies of #C6C51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C51D

Black with #C6C51D

Text Example


Text Example

White with #C6C51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C51D; }

 p { color: rgb(198,197,29); }

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

background-color css

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

 a { background-color: rgb(198,197,29); }

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

border-color css

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

 span { border-color: rgb(198,197,29); }

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