Html Css Color HEX #CCC920 Barberry

📋 copy color: '#CCC920'

red 204 ◦ green 201 ◦ blue 32

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

Shades of Barberry #CCC920

Tints of Barberry #CCC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46%

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

R = 46.68%
G = 46%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC920 (or 0xCCC920) is known color: Barberry. HEX triplet: CC, C9 and 20. RGB value is (204,201,32). Sum of RGB (Red+Green+Blue) = 204+201+32=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC920 is #3336DF. Grayscale: #B7B7B7. Windows color (decimal): -3356384 or 2148812. OLE color: 2148812.

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

Color convert

RGB 204 201 32 -
CMYK 0 0.01 0.84 0.2
HSL 58.95º 0.73% 0.46% -
HSV(B) 58.95º 0.84% 0.8% -
XYZ 46.05 54.71 9.5 -
YUV 182.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 204 201 32 0 0.01 0.84 0.2 58.95 0.73 0.46
Hex CC C9 20 0 1 54 14 3B 49 2E
Octal 314 311 40 0 1 124 24 73 111 56
Binary 11001100 11001001 100000 0 1 1010100 10100 111011 1001001 101110

Color Harmonies of #CCC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC920

Black with #CCC920

Text Example


Text Example

White with #CCC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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