Html Css Color HEX #CCB141 Old Gold

📋 copy color: '#CCB141'

red 204 ◦ green 177 ◦ blue 65

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

Shades of Old Gold #CCB141

Tints of Old Gold #CCB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.69%

 BLUE value IS 65 (25.78% from 255) = 14.57%

R = 45.74%
G = 39.69%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB141 (or 0xCCB141) is known color: Old Gold. HEX triplet: CC, B1 and 41. RGB value is (204,177,65). Sum of RGB (Red+Green+Blue) = 204+177+65=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB141 is #334EBE. Grayscale: #ACACAC. Windows color (decimal): -3362495 or 4305356. OLE color: 4305356.

HSL color Cylindrical-coordinate representation of color #CCB141: hue angle of 48.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCB141 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 65 -
CMYK 0 0.13 0.68 0.2
HSL 48.35º 0.58% 0.53% -
HSV(B) 48.35º 0.68% 0.8% -
XYZ 41.58 44.66 11.43 -
YUV 172.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 204 177 65 0 0.13 0.68 0.2 48.35 0.58 0.53
Hex CC B1 41 0 D 44 14 30 3A 35
Octal 314 261 101 0 15 104 24 60 72 65
Binary 11001100 10110001 1000001 0 1101 1000100 10100 110000 111010 110101

Color Harmonies of #CCB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB141

Black with #CCB141

Text Example


Text Example

White with #CCB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB141; }

 p { color: rgb(204,177,65); }

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

background-color css

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

 a { background-color: rgb(204,177,65); }

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

border-color css

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

 span { border-color: rgb(204,177,65); }

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