Html Css Color HEX #CCC124 Barberry

📋 copy color: '#CCC124'

red 204 ◦ green 193 ◦ blue 36

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

Shades of Barberry #CCC124

Tints of Barberry #CCC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 47.11%
G = 44.57%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC124 (or 0xCCC124) is known color: Barberry. HEX triplet: CC, C1 and 24. RGB value is (204,193,36). Sum of RGB (Red+Green+Blue) = 204+193+36=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC124 is #333EDB. Grayscale: #B3B3B3. Windows color (decimal): -3358428 or 2408908. OLE color: 2408908.

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

Color convert

RGB 204 193 36 -
CMYK 0 0.05 0.82 0.2
HSL 56.07º 0.7% 0.47% -
HSV(B) 56.07º 0.82% 0.8% -
XYZ 44.29 51.1 9.2 -
YUV 178.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 204 193 36 0 0.05 0.82 0.2 56.07 0.7 0.47
Hex CC C1 24 0 5 52 14 38 46 2F
Octal 314 301 44 0 5 122 24 70 106 57
Binary 11001100 11000001 100100 0 101 1010010 10100 111000 1000110 101111

Color Harmonies of #CCC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC124

Black with #CCC124

Text Example


Text Example

White with #CCC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC124; }

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

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

background-color css

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

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

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

border-color css

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

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

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