Html Css Color HEX #CCBA31 Old Gold

📋 copy color: '#CCBA31'

red 204 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #CCBA31

Tints of Old Gold #CCBA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.16%

R = 46.47%
G = 42.37%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCBA31 (or 0xCCBA31) is known color: Old Gold. HEX triplet: CC, BA and 31. RGB value is (204,186,49). Sum of RGB (Red+Green+Blue) = 204+186+49=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA31 is #3345CE. Grayscale: #B0B0B0. Windows color (decimal): -3360207 or 3259084. OLE color: 3259084.

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

Color convert

RGB 204 186 49 -
CMYK 0 0.09 0.76 0.2
HSL 53.03º 0.61% 0.5% -
HSV(B) 53.03º 0.76% 0.8% -
XYZ 43.02 48.18 9.94 -
YUV 175.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 204 186 49 0 0.09 0.76 0.2 53.03 0.61 0.5
Hex CC BA 31 0 9 4C 14 35 3D 32
Octal 314 272 61 0 11 114 24 65 75 62
Binary 11001100 10111010 110001 0 1001 1001100 10100 110101 111101 110010

Color Harmonies of #CCBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA31

Black with #CCBA31

Text Example


Text Example

White with #CCBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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