Html Css Color HEX #CCC129 Barberry

📋 copy color: '#CCC129'

red 204 ◦ green 193 ◦ blue 41

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

Shades of Barberry #CCC129

Tints of Barberry #CCC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.36%

R = 46.58%
G = 44.06%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCC129 (or 0xCCC129) is known color: Barberry. HEX triplet: CC, C1 and 29. RGB value is (204,193,41). Sum of RGB (Red+Green+Blue) = 204+193+41=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC129 is #333ED6. Grayscale: #B3B3B3. Windows color (decimal): -3358423 or 2736588. OLE color: 2736588.

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

Color convert

RGB 204 193 41 -
CMYK 0 0.05 0.80 0.2
HSL 55.95º 0.67% 0.48% -
HSV(B) 55.95º 0.8% 0.8% -
XYZ 44.37 51.14 9.63 -
YUV 178.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 204 193 41 0 0.05 0.80 0.2 55.95 0.67 0.48
Hex CC C1 29 0 5 50 14 38 43 30
Octal 314 301 51 0 5 120 24 70 103 60
Binary 11001100 11000001 101001 0 101 1010000 10100 111000 1000011 110000

Color Harmonies of #CCC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC129

Black with #CCC129

Text Example


Text Example

White with #CCC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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