Html Css Color HEX #CBB73B Old Gold

📋 copy color: '#CBB73B'

red 203 ◦ green 183 ◦ blue 59

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

Shades of Old Gold #CBB73B

Tints of Old Gold #CBB73B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 45.62%
G = 41.12%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBB73B (or 0xCBB73B) is known color: Old Gold. HEX triplet: CB, B7 and 3B. RGB value is (203,183,59). Sum of RGB (Red+Green+Blue) = 203+183+59=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB73B is #3448C4. Grayscale: #AFAFAF. Windows color (decimal): -3426501 or 3913675. OLE color: 3913675.

HSL color Cylindrical-coordinate representation of color #CBB73B: hue angle of 51.67º 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 #CBB73B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 59 -
CMYK 0 0.10 0.71 0.20
HSL 51.67º 0.58% 0.51% -
HSV(B) 51.67º 0.71% 0.8% -
XYZ 42.35 46.88 10.95 -
YUV 174.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 203 183 59 0 0.10 0.71 0.20 51.67 0.58 0.51
Hex CB B7 3B 0 A 47 14 34 3A 33
Octal 313 267 73 0 12 107 24 64 72 63
Binary 11001011 10110111 111011 0 1010 1000111 10100 110100 111010 110011

Color Harmonies of #CBB73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB73B

Black with #CBB73B

Text Example


Text Example

White with #CBB73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB73B; }

 p { color: rgb(203,183,59); }

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

background-color css

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

 a { background-color: rgb(203,183,59); }

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

border-color css

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

 span { border-color: rgb(203,183,59); }

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