Html Css Color HEX #CBB947 Old Gold

📋 copy color: '#CBB947'

red 203 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #CBB947

Tints of Old Gold #CBB947

RGB

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

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

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

R = 44.23%
G = 40.31%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBB947 (or 0xCBB947) is known color: Old Gold. HEX triplet: CB, B9 and 47. RGB value is (203,185,71). Sum of RGB (Red+Green+Blue) = 203+185+71=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB947 is #3446B8. Grayscale: #B1B1B1. Windows color (decimal): -3425977 or 4700619. OLE color: 4700619.

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

Color convert

RGB 203 185 71 -
CMYK 0 0.09 0.65 0.20
HSL 51.82º 0.56% 0.54% -
HSV(B) 51.82º 0.65% 0.8% -
XYZ 43.11 47.85 12.92 -
YUV 177.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 203 185 71 0 0.09 0.65 0.20 51.82 0.56 0.54
Hex CB B9 47 0 9 41 14 34 38 36
Octal 313 271 107 0 11 101 24 64 70 66
Binary 11001011 10111001 1000111 0 1001 1000001 10100 110100 111000 110110

Color Harmonies of #CBB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB947

Black with #CBB947

Text Example


Text Example

White with #CBB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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