Html Css Color HEX #CBB144 Old Gold

📋 copy color: '#CBB144'

red 203 ◦ green 177 ◦ blue 68

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

Shades of Old Gold #CBB144

Tints of Old Gold #CBB144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.18%

R = 45.31%
G = 39.51%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB144 (or 0xCBB144) is known color: Old Gold. HEX triplet: CB, B1 and 44. RGB value is (203,177,68). Sum of RGB (Red+Green+Blue) = 203+177+68=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB144 is #344EBB. Grayscale: #ACACAC. Windows color (decimal): -3428028 or 4501963. OLE color: 4501963.

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

Color convert

RGB 203 177 68 -
CMYK 0 0.13 0.67 0.20
HSL 48.44º 0.56% 0.53% -
HSV(B) 48.44º 0.67% 0.8% -
XYZ 41.39 44.56 11.89 -
YUV 172.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 203 177 68 0 0.13 0.67 0.20 48.44 0.56 0.53
Hex CB B1 44 0 D 43 14 30 38 35
Octal 313 261 104 0 15 103 24 60 70 65
Binary 11001011 10110001 1000100 0 1101 1000011 10100 110000 111000 110101

Color Harmonies of #CBB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB144

Black with #CBB144

Text Example


Text Example

White with #CBB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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