Html Css Color HEX #C8C61D Barberry

📋 copy color: '#C8C61D'

red 200 ◦ green 198 ◦ blue 29

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

Shades of Barberry #C8C61D

Tints of Barberry #C8C61D

RGB

 RED value IS 200 (78.52% from 255) = 46.84%

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

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

R = 46.84%
G = 46.37%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8C61D (or 0xC8C61D) is known color: Barberry. HEX triplet: C8, C6 and 1D. RGB value is (200,198,29). Sum of RGB (Red+Green+Blue) = 200+198+29=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C61D is #3739E2. Grayscale: #B4B4B4. Windows color (decimal): -3619299 or 1951432. OLE color: 1951432.

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

Color convert

RGB 200 198 29 -
CMYK 0 0.01 0.86 0.22
HSL 59.3º 0.75% 0.45% -
HSV(B) 59.3º 0.86% 0.78% -
XYZ 44.24 52.76 9.01 -
YUV 179.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 200 198 29 0 0.01 0.86 0.22 59.3 0.75 0.45
Hex C8 C6 1D 0 1 56 16 3B 4B 2D
Octal 310 306 35 0 1 126 26 73 113 55
Binary 11001000 11000110 11101 0 1 1010110 10110 111011 1001011 101101

Color Harmonies of #C8C61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C61D

Black with #C8C61D

Text Example


Text Example

White with #C8C61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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