Html Css Color HEX #CCB548 Old Gold

📋 copy color: '#CCB548'

red 204 ◦ green 181 ◦ blue 72

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

Shades of Old Gold #CCB548

Tints of Old Gold #CCB548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 72 (28.52% from 255) = 15.75%

R = 44.64%
G = 39.61%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB548 (or 0xCCB548) is known color: Old Gold. HEX triplet: CC, B5 and 48. RGB value is (204,181,72). Sum of RGB (Red+Green+Blue) = 204+181+72=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB548 is #334AB7. Grayscale: #AFAFAF. Windows color (decimal): -3361464 or 4765132. OLE color: 4765132.

HSL color Cylindrical-coordinate representation of color #CCB548: hue angle of 49.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCB548 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 72 -
CMYK 0 0.11 0.65 0.2
HSL 49.55º 0.56% 0.54% -
HSV(B) 49.55º 0.65% 0.8% -
XYZ 42.6 46.35 12.83 -
YUV 175.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 204 181 72 0 0.11 0.65 0.2 49.55 0.56 0.54
Hex CC B5 48 0 B 41 14 32 38 36
Octal 314 265 110 0 13 101 24 62 70 66
Binary 11001100 10110101 1001000 0 1011 1000001 10100 110010 111000 110110

Color Harmonies of #CCB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB548

Black with #CCB548

Text Example


Text Example

White with #CCB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB548; }

 p { color: rgb(204,181,72); }

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

background-color css

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

 a { background-color: rgb(204,181,72); }

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

border-color css

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

 span { border-color: rgb(204,181,72); }

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