Html Css Color HEX #CCC52B Barberry

📋 copy color: '#CCC52B'

red 204 ◦ green 197 ◦ blue 43

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

Shades of Barberry #CCC52B

Tints of Barberry #CCC52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 45.95%
G = 44.37%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCC52B (or 0xCCC52B) is known color: Barberry. HEX triplet: CC, C5 and 2B. RGB value is (204,197,43). Sum of RGB (Red+Green+Blue) = 204+197+43=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC52B is #333AD4. Grayscale: #B6B6B6. Windows color (decimal): -3357397 or 2868684. OLE color: 2868684.

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

Color convert

RGB 204 197 43 -
CMYK 0 0.03 0.79 0.2
HSL 57.39º 0.65% 0.48% -
HSV(B) 57.39º 0.79% 0.8% -
XYZ 45.3 52.94 10.12 -
YUV 181.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 204 197 43 0 0.03 0.79 0.2 57.39 0.65 0.48
Hex CC C5 2B 0 3 4F 14 39 41 30
Octal 314 305 53 0 3 117 24 71 101 60
Binary 11001100 11000101 101011 0 11 1001111 10100 111001 1000001 110000

Color Harmonies of #CCC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC52B

Black with #CCC52B

Text Example


Text Example

White with #CCC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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