Html Css Color HEX #CCCC21 Barberry

📋 copy color: '#CCCC21'

red 204 ◦ green 204 ◦ blue 33

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

Shades of Barberry #CCCC21

Tints of Barberry #CCCC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.26%

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

R = 46.26%
G = 46.26%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCCC21 (or 0xCCCC21) is known color: Barberry. HEX triplet: CC, CC and 21. RGB value is (204,204,33). Sum of RGB (Red+Green+Blue) = 204+204+33=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC21 is #3333DE. Grayscale: #B9B9B9. Windows color (decimal): -3355615 or 2215116. OLE color: 2215116.

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

Color convert

RGB 204 204 33 -
CMYK 0 0 0.84 0.2
HSL 60º 0.72% 0.46% -
HSV(B) 60º 0.84% 0.8% -
XYZ 46.77 56.13 9.81 -
YUV 184.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 204 204 33 0 0 0.84 0.2 60 0.72 0.46
Hex CC CC 21 0 0 54 14 3C 48 2E
Octal 314 314 41 0 0 124 24 74 110 56
Binary 11001100 11001100 100001 0 0 1010100 10100 111100 1001000 101110

Color Harmonies of #CCCC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC21

Black with #CCCC21

Text Example


Text Example

White with #CCCC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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