Html Css Color HEX #CBB338 Old Gold

📋 copy color: '#CBB338'

red 203 ◦ green 179 ◦ blue 56

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

Shades of Old Gold #CBB338

Tints of Old Gold #CBB338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 56 (22.27% from 255) = 12.79%

R = 46.35%
G = 40.87%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB338 (or 0xCBB338) is known color: Old Gold. HEX triplet: CB, B3 and 38. RGB value is (203,179,56). Sum of RGB (Red+Green+Blue) = 203+179+56=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB338 is #344CC7. Grayscale: #ACACAC. Windows color (decimal): -3427528 or 3716043. OLE color: 3716043.

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

Color convert

RGB 203 179 56 -
CMYK 0 0.12 0.72 0.20
HSL 50.2º 0.59% 0.51% -
HSV(B) 50.2º 0.72% 0.8% -
XYZ 41.46 45.22 10.28 -
YUV 172.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 203 179 56 0 0.12 0.72 0.20 50.2 0.59 0.51
Hex CB B3 38 0 C 48 14 32 3B 33
Octal 313 263 70 0 14 110 24 62 73 63
Binary 11001011 10110011 111000 0 1100 1001000 10100 110010 111011 110011

Color Harmonies of #CBB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB338

Black with #CBB338

Text Example


Text Example

White with #CBB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB338; }

 p { color: rgb(203,179,56); }

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

background-color css

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

 a { background-color: rgb(203,179,56); }

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

border-color css

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

 span { border-color: rgb(203,179,56); }

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