Html Css Color HEX #CCC828 Barberry

📋 copy color: '#CCC828'

red 204 ◦ green 200 ◦ blue 40

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

Shades of Barberry #CCC828

Tints of Barberry #CCC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

 BLUE value IS 40 (16.02% from 255) = 9.01%

R = 45.95%
G = 45.05%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCC828 (or 0xCCC828) is known color: Barberry. HEX triplet: CC, C8 and 28. RGB value is (204,200,40). Sum of RGB (Red+Green+Blue) = 204+200+40=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC828 is #3337D7. Grayscale: #B7B7B7. Windows color (decimal): -3356632 or 2672844. OLE color: 2672844.

HSL color Cylindrical-coordinate representation of color #CCC828: hue angle of 58.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC828 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 40 -
CMYK 0 0.02 0.80 0.2
HSL 58.54º 0.67% 0.48% -
HSV(B) 58.54º 0.8% 0.8% -
XYZ 45.94 54.3 10.07 -
YUV 182.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 204 200 40 0 0.02 0.80 0.2 58.54 0.67 0.48
Hex CC C8 28 0 2 50 14 3B 43 30
Octal 314 310 50 0 2 120 24 73 103 60
Binary 11001100 11001000 101000 0 10 1010000 10100 111011 1000011 110000

Color Harmonies of #CCC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC828

Black with #CCC828

Text Example


Text Example

White with #CCC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC828; }

 p { color: rgb(204,200,40); }

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

background-color css

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

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

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

border-color css

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

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

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