Html Css Color HEX #CCC523 Barberry

📋 copy color: '#CCC523'

red 204 ◦ green 197 ◦ blue 35

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

Shades of Barberry #CCC523

Tints of Barberry #CCC523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 46.79%
G = 45.18%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC523 (or 0xCCC523) is known color: Barberry. HEX triplet: CC, C5 and 23. RGB value is (204,197,35). Sum of RGB (Red+Green+Blue) = 204+197+35=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC523 is #333ADC. Grayscale: #B5B5B5. Windows color (decimal): -3357405 or 2344396. OLE color: 2344396.

HSL color Cylindrical-coordinate representation of color #CCC523: hue angle of 57.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCC523 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 35 -
CMYK 0 0.03 0.83 0.2
HSL 57.51º 0.71% 0.47% -
HSV(B) 57.51º 0.83% 0.8% -
XYZ 45.17 52.89 9.42 -
YUV 180.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 204 197 35 0 0.03 0.83 0.2 57.51 0.71 0.47
Hex CC C5 23 0 3 53 14 3A 47 2F
Octal 314 305 43 0 3 123 24 72 107 57
Binary 11001100 11000101 100011 0 11 1010011 10100 111010 1000111 101111

Color Harmonies of #CCC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC523

Black with #CCC523

Text Example


Text Example

White with #CCC523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC523; }

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

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

background-color css

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

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

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

border-color css

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

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

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