Html Css Color HEX #CBB43A Old Gold

📋 copy color: '#CBB43A'

red 203 ◦ green 180 ◦ blue 58

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

Shades of Old Gold #CBB43A

Tints of Old Gold #CBB43A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 58 (23.05% from 255) = 13.15%

R = 46.03%
G = 40.82%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBB43A (or 0xCBB43A) is known color: Old Gold. HEX triplet: CB, B4 and 3A. RGB value is (203,180,58). Sum of RGB (Red+Green+Blue) = 203+180+58=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB43A is #344BC5. Grayscale: #ADADAD. Windows color (decimal): -3427270 or 3847371. OLE color: 3847371.

HSL color Cylindrical-coordinate representation of color #CBB43A: hue angle of 50.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBB43A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 180 58 -
CMYK 0 0.11 0.71 0.20
HSL 50.48º 0.58% 0.51% -
HSV(B) 50.48º 0.71% 0.8% -
XYZ 41.71 45.64 10.61 -
YUV 172.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 203 180 58 0 0.11 0.71 0.20 50.48 0.58 0.51
Hex CB B4 3A 0 B 47 14 32 3A 33
Octal 313 264 72 0 13 107 24 62 72 63
Binary 11001011 10110100 111010 0 1011 1000111 10100 110010 111010 110011

Color Harmonies of #CBB43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB43A

Black with #CBB43A

Text Example


Text Example

White with #CBB43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB43A; }

 p { color: rgb(203,180,58); }

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

background-color css

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

 a { background-color: rgb(203,180,58); }

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

border-color css

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

 span { border-color: rgb(203,180,58); }

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