Html Css Color HEX #CBB93E Old Gold

📋 copy color: '#CBB93E'

red 203 ◦ green 185 ◦ blue 62

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

Shades of Old Gold #CBB93E

Tints of Old Gold #CBB93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.78%

R = 45.11%
G = 41.11%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBB93E (or 0xCBB93E) is known color: Old Gold. HEX triplet: CB, B9 and 3E. RGB value is (203,185,62). Sum of RGB (Red+Green+Blue) = 203+185+62=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB93E is #3446C1. Grayscale: #B0B0B0. Windows color (decimal): -3425986 or 4110795. OLE color: 4110795.

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

Color convert

RGB 203 185 62 -
CMYK 0 0.09 0.69 0.20
HSL 52.34º 0.58% 0.52% -
HSV(B) 52.34º 0.69% 0.8% -
XYZ 42.85 47.74 11.51 -
YUV 176.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 203 185 62 0 0.09 0.69 0.20 52.34 0.58 0.52
Hex CB B9 3E 0 9 45 14 34 3A 34
Octal 313 271 76 0 11 105 24 64 72 64
Binary 11001011 10111001 111110 0 1001 1000101 10100 110100 111010 110100

Color Harmonies of #CBB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB93E

Black with #CBB93E

Text Example


Text Example

White with #CBB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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