Html Css Color HEX #CCBC48 Old Gold

📋 copy color: '#CCBC48'

red 204 ◦ green 188 ◦ blue 72

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

Shades of Old Gold #CCBC48

Tints of Old Gold #CCBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.52%

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

R = 43.97%
G = 40.52%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCBC48 (or 0xCCBC48) is known color: Old Gold. HEX triplet: CC, BC and 48. RGB value is (204,188,72). Sum of RGB (Red+Green+Blue) = 204+188+72=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC48 is #3343B7. Grayscale: #B4B4B4. Windows color (decimal): -3359672 or 4766924. OLE color: 4766924.

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

Color convert

RGB 204 188 72 -
CMYK 0 0.08 0.65 0.2
HSL 52.73º 0.56% 0.54% -
HSV(B) 52.73º 0.65% 0.8% -
XYZ 44.05 49.27 13.32 -
YUV 179.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 204 188 72 0 0.08 0.65 0.2 52.73 0.56 0.54
Hex CC BC 48 0 8 41 14 35 38 36
Octal 314 274 110 0 10 101 24 65 70 66
Binary 11001100 10111100 1001000 0 1000 1000001 10100 110101 111000 110110

Color Harmonies of #CCBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC48

Black with #CCBC48

Text Example


Text Example

White with #CCBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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