Html Css Color HEX #CBB93B Old Gold

📋 copy color: '#CBB93B'

red 203 ◦ green 185 ◦ blue 59

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

Shades of Old Gold #CBB93B

Tints of Old Gold #CBB93B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 45.41%
G = 41.39%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBB93B (or 0xCBB93B) is known color: Old Gold. HEX triplet: CB, B9 and 3B. RGB value is (203,185,59). Sum of RGB (Red+Green+Blue) = 203+185+59=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB93B is #3446C4. Grayscale: #B0B0B0. Windows color (decimal): -3425989 or 3914187. OLE color: 3914187.

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

Color convert

RGB 203 185 59 -
CMYK 0 0.09 0.71 0.20
HSL 52.5º 0.58% 0.51% -
HSV(B) 52.5º 0.71% 0.8% -
XYZ 42.77 47.71 11.09 -
YUV 176.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 203 185 59 0 0.09 0.71 0.20 52.5 0.58 0.51
Hex CB B9 3B 0 9 47 14 34 3A 33
Octal 313 271 73 0 11 107 24 64 72 63
Binary 11001011 10111001 111011 0 1001 1000111 10100 110100 111010 110011

Color Harmonies of #CBB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB93B

Black with #CBB93B

Text Example


Text Example

White with #CBB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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