Html Css Color HEX #CCB746 Old Gold

📋 copy color: '#CCB746'

red 204 ◦ green 183 ◦ blue 70

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

Shades of Old Gold #CCB746

Tints of Old Gold #CCB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 44.64%
G = 40.04%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB746 (or 0xCCB746) is known color: Old Gold. HEX triplet: CC, B7 and 46. RGB value is (204,183,70). Sum of RGB (Red+Green+Blue) = 204+183+70=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB746 is #3348B9. Grayscale: #B0B0B0. Windows color (decimal): -3360954 or 4634572. OLE color: 4634572.

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

Color convert

RGB 204 183 70 -
CMYK 0 0.10 0.66 0.2
HSL 50.6º 0.57% 0.54% -
HSV(B) 50.6º 0.66% 0.8% -
XYZ 42.94 47.15 12.63 -
YUV 176.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 204 183 70 0 0.10 0.66 0.2 50.6 0.57 0.54
Hex CC B7 46 0 A 42 14 33 39 36
Octal 314 267 106 0 12 102 24 63 71 66
Binary 11001100 10110111 1000110 0 1010 1000010 10100 110011 111001 110110

Color Harmonies of #CCB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB746

Black with #CCB746

Text Example


Text Example

White with #CCB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB746; }

 p { color: rgb(204,183,70); }

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

background-color css

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

 a { background-color: rgb(204,183,70); }

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

border-color css

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

 span { border-color: rgb(204,183,70); }

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