Html Css Color HEX #CBB648 Old Gold

📋 copy color: '#CBB648'

red 203 ◦ green 182 ◦ blue 72

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

Shades of Old Gold #CBB648

Tints of Old Gold #CBB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.82%

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

R = 44.42%
G = 39.82%
B = 15.75%

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

#CBB648 (or 0xCBB648) is known color: Old Gold. HEX triplet: CB, B6 and 48. RGB value is (203,182,72). Sum of RGB (Red+Green+Blue) = 203+182+72=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB648 is #3449B7. Grayscale: #B0B0B0. Windows color (decimal): -3426744 or 4765387. OLE color: 4765387.

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

Color convert

RGB 203 182 72 -
CMYK 0 0.10 0.65 0.20
HSL 50.38º 0.56% 0.54% -
HSV(B) 50.38º 0.65% 0.8% -
XYZ 42.53 46.62 12.89 -
YUV 175.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 203 182 72 0 0.10 0.65 0.20 50.38 0.56 0.54
Hex CB B6 48 0 A 41 14 32 38 36
Octal 313 266 110 0 12 101 24 62 70 66
Binary 11001011 10110110 1001000 0 1010 1000001 10100 110010 111000 110110

Color Harmonies of #CBB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB648

Black with #CBB648

Text Example


Text Example

White with #CBB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB648; }

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

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

background-color css

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

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

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

border-color css

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

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

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