Html Css Color HEX #CCBA3C Old Gold

📋 copy color: '#CCBA3C'

red 204 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #CCBA3C

Tints of Old Gold #CCBA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 45.33%
G = 41.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCBA3C (or 0xCCBA3C) is known color: Old Gold. HEX triplet: CC, BA and 3C. RGB value is (204,186,60). Sum of RGB (Red+Green+Blue) = 204+186+60=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA3C is #3345C3. Grayscale: #B1B1B1. Windows color (decimal): -3360196 or 3979980. OLE color: 3979980.

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

Color convert

RGB 204 186 60 -
CMYK 0 0.09 0.71 0.2
HSL 52.5º 0.59% 0.52% -
HSV(B) 52.5º 0.71% 0.8% -
XYZ 43.28 48.28 11.31 -
YUV 177.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 204 186 60 0 0.09 0.71 0.2 52.5 0.59 0.52
Hex CC BA 3C 0 9 47 14 34 3B 34
Octal 314 272 74 0 11 107 24 64 73 64
Binary 11001100 10111010 111100 0 1001 1000111 10100 110100 111011 110100

Color Harmonies of #CCBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA3C

Black with #CCBA3C

Text Example


Text Example

White with #CCBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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