Html Css Color HEX #CBB141 Old Gold

📋 copy color: '#CBB141'

red 203 ◦ green 177 ◦ blue 65

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

Shades of Old Gold #CBB141

Tints of Old Gold #CBB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 45.62%
G = 39.78%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB141 (or 0xCBB141) is known color: Old Gold. HEX triplet: CB, B1 and 41. RGB value is (203,177,65). Sum of RGB (Red+Green+Blue) = 203+177+65=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB141 is #344EBE. Grayscale: #ACACAC. Windows color (decimal): -3428031 or 4305355. OLE color: 4305355.

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

Color convert

RGB 203 177 65 -
CMYK 0 0.13 0.68 0.20
HSL 48.7º 0.57% 0.53% -
HSV(B) 48.7º 0.68% 0.8% -
XYZ 41.3 44.52 11.42 -
YUV 172.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 203 177 65 0 0.13 0.68 0.20 48.7 0.57 0.53
Hex CB B1 41 0 D 44 14 31 39 35
Octal 313 261 101 0 15 104 24 61 71 65
Binary 11001011 10110001 1000001 0 1101 1000100 10100 110001 111001 110101

Color Harmonies of #CBB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB141

Black with #CBB141

Text Example


Text Example

White with #CBB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB141; }

 p { color: rgb(203,177,65); }

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

background-color css

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

 a { background-color: rgb(203,177,65); }

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

border-color css

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

 span { border-color: rgb(203,177,65); }

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