Html Css Color HEX #CCC721 Barberry

📋 copy color: '#CCC721'

red 204 ◦ green 199 ◦ blue 33

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

Shades of Barberry #CCC721

Tints of Barberry #CCC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

 BLUE value IS 33 (13.28% from 255) = 7.57%

R = 46.79%
G = 45.64%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC721 (or 0xCCC721) is known color: Barberry. HEX triplet: CC, C7 and 21. RGB value is (204,199,33). Sum of RGB (Red+Green+Blue) = 204+199+33=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC721 is #3338DE. Grayscale: #B6B6B6. Windows color (decimal): -3356895 or 2213836. OLE color: 2213836.

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

Color convert

RGB 204 199 33 -
CMYK 0 0.02 0.84 0.2
HSL 58.25º 0.72% 0.46% -
HSV(B) 58.25º 0.84% 0.8% -
XYZ 45.6 53.79 9.42 -
YUV 181.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 204 199 33 0 0.02 0.84 0.2 58.25 0.72 0.46
Hex CC C7 21 0 2 54 14 3A 48 2E
Octal 314 307 41 0 2 124 24 72 110 56
Binary 11001100 11000111 100001 0 10 1010100 10100 111010 1001000 101110

Color Harmonies of #CCC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC721

Black with #CCC721

Text Example


Text Example

White with #CCC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC721; }

 p { color: rgb(204,199,33); }

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

background-color css

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

 a { background-color: rgb(204,199,33); }

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

border-color css

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

 span { border-color: rgb(204,199,33); }

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