Html Css Color HEX #CCC620 Barberry

📋 copy color: '#CCC620'

red 204 ◦ green 198 ◦ blue 32

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

Shades of Barberry #CCC620

Tints of Barberry #CCC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 47%
G = 45.62%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC620 (or 0xCCC620) is known color: Barberry. HEX triplet: CC, C6 and 20. RGB value is (204,198,32). Sum of RGB (Red+Green+Blue) = 204+198+32=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC620 is #3339DF. Grayscale: #B5B5B5. Windows color (decimal): -3357152 or 2148044. OLE color: 2148044.

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

Color convert

RGB 204 198 32 -
CMYK 0 0.03 0.84 0.2
HSL 57.91º 0.73% 0.46% -
HSV(B) 57.91º 0.84% 0.8% -
XYZ 45.36 53.33 9.27 -
YUV 180.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 204 198 32 0 0.03 0.84 0.2 57.91 0.73 0.46
Hex CC C6 20 0 3 54 14 3A 49 2E
Octal 314 306 40 0 3 124 24 72 111 56
Binary 11001100 11000110 100000 0 11 1010100 10100 111010 1001001 101110

Color Harmonies of #CCC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC620

Black with #CCC620

Text Example


Text Example

White with #CCC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC620; }

 p { color: rgb(204,198,32); }

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

background-color css

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

 a { background-color: rgb(204,198,32); }

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

border-color css

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

 span { border-color: rgb(204,198,32); }

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