Html Css Color HEX #CCC921 Barberry

📋 copy color: '#CCC921'

red 204 ◦ green 201 ◦ blue 33

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

Shades of Barberry #CCC921

Tints of Barberry #CCC921

RGB

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

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

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

R = 46.58%
G = 45.89%
B = 7.53%

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

#CCC921 (or 0xCCC921) is known color: Barberry. HEX triplet: CC, C9 and 21. RGB value is (204,201,33). Sum of RGB (Red+Green+Blue) = 204+201+33=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC921 is #3336DE. Grayscale: #B7B7B7. Windows color (decimal): -3356383 or 2214348. OLE color: 2214348.

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

Color convert

RGB 204 201 33 -
CMYK 0 0.01 0.84 0.2
HSL 58.95º 0.72% 0.46% -
HSV(B) 58.95º 0.84% 0.8% -
XYZ 46.06 54.72 9.57 -
YUV 182.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 204 201 33 0 0.01 0.84 0.2 58.95 0.72 0.46
Hex CC C9 21 0 1 54 14 3B 48 2E
Octal 314 311 41 0 1 124 24 73 110 56
Binary 11001100 11001001 100001 0 1 1010100 10100 111011 1001000 101110

Color Harmonies of #CCC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC921

Black with #CCC921

Text Example


Text Example

White with #CCC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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