Html Css Color HEX #CCC323 Barberry

📋 copy color: '#CCC323'

red 204 ◦ green 195 ◦ blue 35

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

Shades of Barberry #CCC323

Tints of Barberry #CCC323

RGB

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

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

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

R = 47%
G = 44.93%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC323 (or 0xCCC323) is known color: Barberry. HEX triplet: CC, C3 and 23. RGB value is (204,195,35). Sum of RGB (Red+Green+Blue) = 204+195+35=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC323 is #333CDC. Grayscale: #B4B4B4. Windows color (decimal): -3357917 or 2343884. OLE color: 2343884.

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

Color convert

RGB 204 195 35 -
CMYK 0 0.04 0.83 0.2
HSL 56.8º 0.71% 0.47% -
HSV(B) 56.8º 0.83% 0.8% -
XYZ 44.72 51.99 9.27 -
YUV 179.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 204 195 35 0 0.04 0.83 0.2 56.8 0.71 0.47
Hex CC C3 23 0 4 53 14 39 47 2F
Octal 314 303 43 0 4 123 24 71 107 57
Binary 11001100 11000011 100011 0 100 1010011 10100 111001 1000111 101111

Color Harmonies of #CCC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC323

Black with #CCC323

Text Example


Text Example

White with #CCC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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