Html Css Color HEX #CCBA3F Old Gold

📋 copy color: '#CCBA3F'

red 204 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #CCBA3F

Tints of Old Gold #CCBA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.91%

R = 45.03%
G = 41.06%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCBA3F (or 0xCCBA3F) is known color: Old Gold. HEX triplet: CC, BA and 3F. RGB value is (204,186,63). Sum of RGB (Red+Green+Blue) = 204+186+63=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA3F is #3345C0. Grayscale: #B1B1B1. Windows color (decimal): -3360193 or 4176588. OLE color: 4176588.

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

Color convert

RGB 204 186 63 -
CMYK 0 0.09 0.69 0.2
HSL 52.34º 0.58% 0.52% -
HSV(B) 52.34º 0.69% 0.8% -
XYZ 43.36 48.31 11.74 -
YUV 177.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 204 186 63 0 0.09 0.69 0.2 52.34 0.58 0.52
Hex CC BA 3F 0 9 45 14 34 3A 34
Octal 314 272 77 0 11 105 24 64 72 64
Binary 11001100 10111010 111111 0 1001 1000101 10100 110100 111010 110100

Color Harmonies of #CCBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA3F

Black with #CCBA3F

Text Example


Text Example

White with #CCBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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