Html Css Color HEX #CCC928 Barberry

📋 copy color: '#CCC928'

red 204 ◦ green 201 ◦ blue 40

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

Shades of Barberry #CCC928

Tints of Barberry #CCC928

RGB

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

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

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

R = 45.84%
G = 45.17%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCC928 (or 0xCCC928) is known color: Barberry. HEX triplet: CC, C9 and 28. RGB value is (204,201,40). Sum of RGB (Red+Green+Blue) = 204+201+40=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC928 is #3336D7. Grayscale: #B8B8B8. Windows color (decimal): -3356376 or 2673100. OLE color: 2673100.

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

Color convert

RGB 204 201 40 -
CMYK 0 0.01 0.80 0.2
HSL 58.9º 0.67% 0.48% -
HSV(B) 58.9º 0.8% 0.8% -
XYZ 46.17 54.76 10.14 -
YUV 183.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 204 201 40 0 0.01 0.80 0.2 58.9 0.67 0.48
Hex CC C9 28 0 1 50 14 3B 43 30
Octal 314 311 50 0 1 120 24 73 103 60
Binary 11001100 11001001 101000 0 1 1010000 10100 111011 1000011 110000

Color Harmonies of #CCC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC928

Black with #CCC928

Text Example


Text Example

White with #CCC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC928; }

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

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

background-color css

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

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

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

border-color css

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

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

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