Html Css Color HEX #CCC327 Barberry

📋 copy color: '#CCC327'

red 204 ◦ green 195 ◦ blue 39

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

Shades of Barberry #CCC327

Tints of Barberry #CCC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.9%

R = 46.58%
G = 44.52%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC327 (or 0xCCC327) is known color: Barberry. HEX triplet: CC, C3 and 27. RGB value is (204,195,39). Sum of RGB (Red+Green+Blue) = 204+195+39=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC327 is #333CD8. Grayscale: #B4B4B4. Windows color (decimal): -3357913 or 2606028. OLE color: 2606028.

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

Color convert

RGB 204 195 39 -
CMYK 0 0.04 0.81 0.2
HSL 56.73º 0.68% 0.48% -
HSV(B) 56.73º 0.81% 0.8% -
XYZ 44.78 52.01 9.6 -
YUV 179.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 204 195 39 0 0.04 0.81 0.2 56.73 0.68 0.48
Hex CC C3 27 0 4 51 14 39 44 30
Octal 314 303 47 0 4 121 24 71 104 60
Binary 11001100 11000011 100111 0 100 1010001 10100 111001 1000100 110000

Color Harmonies of #CCC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC327

Black with #CCC327

Text Example


Text Example

White with #CCC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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