Html Css Color HEX #C8CC21 Barberry

📋 copy color: '#C8CC21'

red 200 ◦ green 204 ◦ blue 33

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

Shades of Barberry #C8CC21

Tints of Barberry #C8CC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

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

R = 45.77%
G = 46.68%
B = 7.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#C8CC21 (or 0xC8CC21) is known color: Barberry. HEX triplet: C8, CC and 21. RGB value is (200,204,33). Sum of RGB (Red+Green+Blue) = 200+204+33=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC21 is #3733DE. Grayscale: #B7B7B7. Windows color (decimal): -3617759 or 2215112. OLE color: 2215112.

HSL color Cylindrical-coordinate representation of color #C8CC21: hue angle of 61.4º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8CC21 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 33 -
CMYK 0.02 0 0.84 0.2
HSL 61.4º 0.72% 0.46% -
HSV(B) 61.4º 0.84% 0.8% -
XYZ 45.69 55.57 9.76 -
YUV 183.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 200 204 33 0.02 0 0.84 0.2 61.4 0.72 0.46
Hex C8 CC 21 2 0 54 14 3D 48 2E
Octal 310 314 41 2 0 124 24 75 110 56
Binary 11001000 11001100 100001 10 0 1010100 10100 111101 1001000 101110

Color Harmonies of #C8CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC21

Black with #C8CC21

Text Example


Text Example

White with #C8CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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