Html Css Color HEX #CCC028 Barberry

📋 copy color: '#CCC028'

red 204 ◦ green 192 ◦ blue 40

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

Shades of Barberry #CCC028

Tints of Barberry #CCC028

RGB

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

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

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

R = 46.79%
G = 44.04%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCC028 (or 0xCCC028) is known color: Barberry. HEX triplet: CC, C0 and 28. RGB value is (204,192,40). Sum of RGB (Red+Green+Blue) = 204+192+40=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC028 is #333FD7. Grayscale: #B2B2B2. Windows color (decimal): -3358680 or 2670796. OLE color: 2670796.

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

Color convert

RGB 204 192 40 -
CMYK 0 0.06 0.80 0.2
HSL 55.61º 0.67% 0.48% -
HSV(B) 55.61º 0.8% 0.8% -
XYZ 44.13 50.69 9.47 -
YUV 178.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 204 192 40 0 0.06 0.80 0.2 55.61 0.67 0.48
Hex CC C0 28 0 6 50 14 38 43 30
Octal 314 300 50 0 6 120 24 70 103 60
Binary 11001100 11000000 101000 0 110 1010000 10100 111000 1000011 110000

Color Harmonies of #CCC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC028

Black with #CCC028

Text Example


Text Example

White with #CCC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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