Html Css Color HEX #CBBA3A Old Gold

📋 copy color: '#CBBA3A'

red 203 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #CBBA3A

Tints of Old Gold #CBBA3A

RGB

 RED value IS 203 (79.69% from 255) = 45.41%

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

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

R = 45.41%
G = 41.61%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBBA3A (or 0xCBBA3A) is known color: Old Gold. HEX triplet: CB, BA and 3A. RGB value is (203,186,58). Sum of RGB (Red+Green+Blue) = 203+186+58=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA3A is #3445C5. Grayscale: #B1B1B1. Windows color (decimal): -3425734 or 3848907. OLE color: 3848907.

HSL color Cylindrical-coordinate representation of color #CBBA3A: hue angle of 52.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBBA3A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 186 58 -
CMYK 0 0.08 0.71 0.20
HSL 52.97º 0.58% 0.51% -
HSV(B) 52.97º 0.71% 0.8% -
XYZ 42.95 48.12 11.03 -
YUV 176.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 203 186 58 0 0.08 0.71 0.20 52.97 0.58 0.51
Hex CB BA 3A 0 8 47 14 35 3A 33
Octal 313 272 72 0 10 107 24 65 72 63
Binary 11001011 10111010 111010 0 1000 1000111 10100 110101 111010 110011

Color Harmonies of #CBBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA3A

Black with #CBBA3A

Text Example


Text Example

White with #CBBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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