Html Css Color HEX #CCBA3A Old Gold

📋 copy color: '#CCBA3A'

red 204 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #CCBA3A

Tints of Old Gold #CCBA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 58 (23.05% from 255) = 12.95%

R = 45.54%
G = 41.52%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCBA3A (or 0xCCBA3A) is known color: Old Gold. HEX triplet: CC, BA and 3A. RGB value is (204,186,58). Sum of RGB (Red+Green+Blue) = 204+186+58=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA3A is #3345C5. Grayscale: #B1B1B1. Windows color (decimal): -3360198 or 3848908. OLE color: 3848908.

HSL color Cylindrical-coordinate representation of color #CCBA3A: hue angle of 52.6º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCBA3A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 58 -
CMYK 0 0.09 0.72 0.2
HSL 52.6º 0.59% 0.51% -
HSV(B) 52.6º 0.72% 0.8% -
XYZ 43.22 48.26 11.04 -
YUV 176.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 204 186 58 0 0.09 0.72 0.2 52.6 0.59 0.51
Hex CC BA 3A 0 9 48 14 35 3B 33
Octal 314 272 72 0 11 110 24 65 73 63
Binary 11001100 10111010 111010 0 1001 1001000 10100 110101 111011 110011

Color Harmonies of #CCBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA3A

Black with #CCBA3A

Text Example


Text Example

White with #CCBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA3A; }

 p { color: rgb(204,186,58); }

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

background-color css

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

 a { background-color: rgb(204,186,58); }

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

border-color css

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

 span { border-color: rgb(204,186,58); }

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