Html Css Color HEX #CCC021 Barberry

📋 copy color: '#CCC021'

red 204 ◦ green 192 ◦ blue 33

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

Shades of Barberry #CCC021

Tints of Barberry #CCC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 47.55%
G = 44.76%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC021 (or 0xCCC021) is known color: Barberry. HEX triplet: CC, C0 and 21. RGB value is (204,192,33). Sum of RGB (Red+Green+Blue) = 204+192+33=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC021 is #333FDE. Grayscale: #B2B2B2. Windows color (decimal): -3358687 or 2212044. OLE color: 2212044.

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

Color convert

RGB 204 192 33 -
CMYK 0 0.06 0.84 0.2
HSL 55.79º 0.72% 0.46% -
HSV(B) 55.79º 0.84% 0.8% -
XYZ 44.03 50.65 8.89 -
YUV 177.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 204 192 33 0 0.06 0.84 0.2 55.79 0.72 0.46
Hex CC C0 21 0 6 54 14 38 48 2E
Octal 314 300 41 0 6 124 24 70 110 56
Binary 11001100 11000000 100001 0 110 1010100 10100 111000 1001000 101110

Color Harmonies of #CCC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC021

Black with #CCC021

Text Example


Text Example

White with #CCC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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