Html Css Color HEX #CCC328 Barberry

📋 copy color: '#CCC328'

red 204 ◦ green 195 ◦ blue 40

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

Shades of Barberry #CCC328

Tints of Barberry #CCC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 46.47%
G = 44.42%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCC328 (or 0xCCC328) is known color: Barberry. HEX triplet: CC, C3 and 28. RGB value is (204,195,40). Sum of RGB (Red+Green+Blue) = 204+195+40=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC328 is #333CD7. Grayscale: #B4B4B4. Windows color (decimal): -3357912 or 2671564. OLE color: 2671564.

HSL color Cylindrical-coordinate representation of color #CCC328: hue angle of 56.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC328 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 40 -
CMYK 0 0.04 0.80 0.2
HSL 56.71º 0.67% 0.48% -
HSV(B) 56.71º 0.8% 0.8% -
XYZ 44.8 52.02 9.69 -
YUV 180.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 204 195 40 0 0.04 0.80 0.2 56.71 0.67 0.48
Hex CC C3 28 0 4 50 14 39 43 30
Octal 314 303 50 0 4 120 24 71 103 60
Binary 11001100 11000011 101000 0 100 1010000 10100 111001 1000011 110000

Color Harmonies of #CCC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC328

Black with #CCC328

Text Example


Text Example

White with #CCC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC328; }

 p { color: rgb(204,195,40); }

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

background-color css

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

 a { background-color: rgb(204,195,40); }

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

border-color css

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

 span { border-color: rgb(204,195,40); }

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