Html Css Color HEX #C8C021 Barberry

📋 copy color: '#C8C021'

red 200 ◦ green 192 ◦ blue 33

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

Shades of Barberry #C8C021

Tints of Barberry #C8C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 33 (13.28% from 255) = 7.76%

R = 47.06%
G = 45.18%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8C021 (or 0xC8C021) is known color: Barberry. HEX triplet: C8, C0 and 21. RGB value is (200,192,33). Sum of RGB (Red+Green+Blue) = 200+192+33=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C021 is #373FDE. Grayscale: #B0B0B0. Windows color (decimal): -3620831 or 2212040. OLE color: 2212040.

HSL color Cylindrical-coordinate representation of color #C8C021: hue angle of 57.13º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8C021 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 33 -
CMYK 0 0.04 0.84 0.22
HSL 57.13º 0.72% 0.46% -
HSV(B) 57.13º 0.84% 0.78% -
XYZ 42.94 50.09 8.84 -
YUV 176.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 200 192 33 0 0.04 0.84 0.22 57.13 0.72 0.46
Hex C8 C0 21 0 4 54 16 39 48 2E
Octal 310 300 41 0 4 124 26 71 110 56
Binary 11001000 11000000 100001 0 100 1010100 10110 111001 1001000 101110

Color Harmonies of #C8C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C021

Black with #C8C021

Text Example


Text Example

White with #C8C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C021; }

 p { color: rgb(200,192,33); }

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

background-color css

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

 a { background-color: rgb(200,192,33); }

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

border-color css

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

 span { border-color: rgb(200,192,33); }

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