Html Css Color HEX #CCC624 Barberry

📋 copy color: '#CCC624'

red 204 ◦ green 198 ◦ blue 36

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

Shades of Barberry #CCC624

Tints of Barberry #CCC624

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 46.58%
G = 45.21%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC624 (or 0xCCC624) is known color: Barberry. HEX triplet: CC, C6 and 24. RGB value is (204,198,36). Sum of RGB (Red+Green+Blue) = 204+198+36=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC624 is #3339DB. Grayscale: #B5B5B5. Windows color (decimal): -3357148 or 2410188. OLE color: 2410188.

HSL color Cylindrical-coordinate representation of color #CCC624: hue angle of 57.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCC624 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 36 -
CMYK 0 0.03 0.82 0.2
HSL 57.86º 0.7% 0.47% -
HSV(B) 57.86º 0.82% 0.8% -
XYZ 45.41 53.35 9.57 -
YUV 181.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 204 198 36 0 0.03 0.82 0.2 57.86 0.7 0.47
Hex CC C6 24 0 3 52 14 3A 46 2F
Octal 314 306 44 0 3 122 24 72 106 57
Binary 11001100 11000110 100100 0 11 1010010 10100 111010 1000110 101111

Color Harmonies of #CCC624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC624

Black with #CCC624

Text Example


Text Example

White with #CCC624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC624; }

 p { color: rgb(204,198,36); }

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

background-color css

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

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

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

border-color css

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

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

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