Html Css Color HEX #CBB143 Old Gold

📋 copy color: '#CBB143'

red 203 ◦ green 177 ◦ blue 67

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

Shades of Old Gold #CBB143

Tints of Old Gold #CBB143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.99%

R = 45.41%
G = 39.6%
B = 14.99%

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

#CBB143 (or 0xCBB143) is known color: Old Gold. HEX triplet: CB, B1 and 43. RGB value is (203,177,67). Sum of RGB (Red+Green+Blue) = 203+177+67=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB143 is #344EBC. Grayscale: #ACACAC. Windows color (decimal): -3428029 or 4436427. OLE color: 4436427.

HSL color Cylindrical-coordinate representation of color #CBB143: hue angle of 48.53º degrees, saturation: 0.57, 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 #CBB143 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 67 -
CMYK 0 0.13 0.67 0.20
HSL 48.53º 0.57% 0.53% -
HSV(B) 48.53º 0.67% 0.8% -
XYZ 41.36 44.55 11.73 -
YUV 172.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 203 177 67 0 0.13 0.67 0.20 48.53 0.57 0.53
Hex CB B1 43 0 D 43 14 31 39 35
Octal 313 261 103 0 15 103 24 61 71 65
Binary 11001011 10110001 1000011 0 1101 1000011 10100 110001 111001 110101

Color Harmonies of #CBB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB143

Black with #CBB143

Text Example


Text Example

White with #CBB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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