Html Css Color HEX #CCB948 Old Gold

📋 copy color: '#CCB948'

red 204 ◦ green 185 ◦ blue 72

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

Shades of Old Gold #CCB948

Tints of Old Gold #CCB948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 44.25%
G = 40.13%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB948 (or 0xCCB948) is known color: Old Gold. HEX triplet: CC, B9 and 48. RGB value is (204,185,72). Sum of RGB (Red+Green+Blue) = 204+185+72=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB948 is #3346B7. Grayscale: #B2B2B2. Windows color (decimal): -3360440 or 4766156. OLE color: 4766156.

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

Color convert

RGB 204 185 72 -
CMYK 0 0.09 0.65 0.2
HSL 51.36º 0.56% 0.54% -
HSV(B) 51.36º 0.65% 0.8% -
XYZ 43.42 48 13.11 -
YUV 177.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 204 185 72 0 0.09 0.65 0.2 51.36 0.56 0.54
Hex CC B9 48 0 9 41 14 33 38 36
Octal 314 271 110 0 11 101 24 63 70 66
Binary 11001100 10111001 1001000 0 1001 1000001 10100 110011 111000 110110

Color Harmonies of #CCB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB948

Black with #CCB948

Text Example


Text Example

White with #CCB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB948; }

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

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

background-color css

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

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

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

border-color css

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

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

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