Html Css Color HEX #CBB347 Old Gold

📋 copy color: '#CBB347'

red 203 ◦ green 179 ◦ blue 71

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

Shades of Old Gold #CBB347

Tints of Old Gold #CBB347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.51%

 BLUE value IS 71 (28.13% from 255) = 15.67%

R = 44.81%
G = 39.51%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBB347 (or 0xCBB347) is known color: Old Gold. HEX triplet: CB, B3 and 47. RGB value is (203,179,71). Sum of RGB (Red+Green+Blue) = 203+179+71=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB347 is #344CB8. Grayscale: #AEAEAE. Windows color (decimal): -3427513 or 4699083. OLE color: 4699083.

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

Color convert

RGB 203 179 71 -
CMYK 0 0.12 0.65 0.20
HSL 49.09º 0.56% 0.54% -
HSV(B) 49.09º 0.65% 0.8% -
XYZ 41.89 45.39 12.52 -
YUV 173.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 203 179 71 0 0.12 0.65 0.20 49.09 0.56 0.54
Hex CB B3 47 0 C 41 14 31 38 36
Octal 313 263 107 0 14 101 24 61 70 66
Binary 11001011 10110011 1000111 0 1100 1000001 10100 110001 111000 110110

Color Harmonies of #CBB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB347

Black with #CBB347

Text Example


Text Example

White with #CBB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB347; }

 p { color: rgb(203,179,71); }

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

background-color css

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

 a { background-color: rgb(203,179,71); }

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

border-color css

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

 span { border-color: rgb(203,179,71); }

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