Html Css Color HEX #CCC521 Barberry

📋 copy color: '#CCC521'

red 204 ◦ green 197 ◦ blue 33

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

Shades of Barberry #CCC521

Tints of Barberry #CCC521

RGB

 RED value IS 204 (80.08% from 255) = 47%

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

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

R = 47%
G = 45.39%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC521 (or 0xCCC521) is known color: Barberry. HEX triplet: CC, C5 and 21. RGB value is (204,197,33). Sum of RGB (Red+Green+Blue) = 204+197+33=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC521 is #333ADE. Grayscale: #B5B5B5. Windows color (decimal): -3357407 or 2213324. OLE color: 2213324.

HSL color Cylindrical-coordinate representation of color #CCC521: hue angle of 57.54º 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 #CCC521 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 33 -
CMYK 0 0.03 0.84 0.2
HSL 57.54º 0.72% 0.46% -
HSV(B) 57.54º 0.84% 0.8% -
XYZ 45.14 52.88 9.27 -
YUV 180.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 204 197 33 0 0.03 0.84 0.2 57.54 0.72 0.46
Hex CC C5 21 0 3 54 14 3A 48 2E
Octal 314 305 41 0 3 124 24 72 110 56
Binary 11001100 11000101 100001 0 11 1010100 10100 111010 1001000 101110

Color Harmonies of #CCC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC521

Black with #CCC521

Text Example


Text Example

White with #CCC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC521; }

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

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

background-color css

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

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

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

border-color css

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

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

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