Html Css Color HEX #CBB740 Old Gold

📋 copy color: '#CBB740'

red 203 ◦ green 183 ◦ blue 64

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

Shades of Old Gold #CBB740

Tints of Old Gold #CBB740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 45.11%
G = 40.67%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB740 (or 0xCBB740) is known color: Old Gold. HEX triplet: CB, B7 and 40. RGB value is (203,183,64). Sum of RGB (Red+Green+Blue) = 203+183+64=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB740 is #3448BF. Grayscale: #AFAFAF. Windows color (decimal): -3426496 or 4241355. OLE color: 4241355.

HSL color Cylindrical-coordinate representation of color #CBB740: hue angle of 51.37º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB740 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 64 -
CMYK 0 0.10 0.68 0.20
HSL 51.37º 0.57% 0.52% -
HSV(B) 51.37º 0.68% 0.8% -
XYZ 42.49 46.93 11.67 -
YUV 175.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 203 183 64 0 0.10 0.68 0.20 51.37 0.57 0.52
Hex CB B7 40 0 A 44 14 33 39 34
Octal 313 267 100 0 12 104 24 63 71 64
Binary 11001011 10110111 1000000 0 1010 1000100 10100 110011 111001 110100

Color Harmonies of #CBB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB740

Black with #CBB740

Text Example


Text Example

White with #CBB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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