Html Css Color HEX #CBB748 Old Gold

📋 copy color: '#CBB748'

red 203 ◦ green 183 ◦ blue 72

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

Shades of Old Gold #CBB748

Tints of Old Gold #CBB748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.72%

R = 44.32%
G = 39.96%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBB748 (or 0xCBB748) is known color: Old Gold. HEX triplet: CB, B7 and 48. RGB value is (203,183,72). Sum of RGB (Red+Green+Blue) = 203+183+72=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB748 is #3448B7. Grayscale: #B0B0B0. Windows color (decimal): -3426488 or 4765643. OLE color: 4765643.

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

Color convert

RGB 203 183 72 -
CMYK 0 0.10 0.65 0.20
HSL 50.84º 0.56% 0.54% -
HSV(B) 50.84º 0.65% 0.8% -
XYZ 42.73 47.03 12.96 -
YUV 176.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 203 183 72 0 0.10 0.65 0.20 50.84 0.56 0.54
Hex CB B7 48 0 A 41 14 33 38 36
Octal 313 267 110 0 12 101 24 63 70 66
Binary 11001011 10110111 1001000 0 1010 1000001 10100 110011 111000 110110

Color Harmonies of #CBB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB748

Black with #CBB748

Text Example


Text Example

White with #CBB748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB748; }

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

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

background-color css

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

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

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

border-color css

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

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

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