Html Css Color HEX #CBB140 Old Gold

📋 copy color: '#CBB140'

red 203 ◦ green 177 ◦ blue 64

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

Shades of Old Gold #CBB140

Tints of Old Gold #CBB140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 45.72%
G = 39.86%
B = 14.41%

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

#CBB140 (or 0xCBB140) is known color: Old Gold. HEX triplet: CB, B1 and 40. RGB value is (203,177,64). Sum of RGB (Red+Green+Blue) = 203+177+64=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB140 is #344EBF. Grayscale: #ACACAC. Windows color (decimal): -3428032 or 4239819. OLE color: 4239819.

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

Color convert

RGB 203 177 64 -
CMYK 0 0.13 0.68 0.20
HSL 48.78º 0.57% 0.52% -
HSV(B) 48.78º 0.68% 0.8% -
XYZ 41.28 44.51 11.27 -
YUV 171.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 203 177 64 0 0.13 0.68 0.20 48.78 0.57 0.52
Hex CB B1 40 0 D 44 14 31 39 34
Octal 313 261 100 0 15 104 24 61 71 64
Binary 11001011 10110001 1000000 0 1101 1000100 10100 110001 111001 110100

Color Harmonies of #CBB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB140

Black with #CBB140

Text Example


Text Example

White with #CBB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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