Html Css Color HEX #CBA438 Metallic Gold

📋 copy color: '#CBA438'

red 203 ◦ green 164 ◦ blue 56

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

Shades of Metallic Gold #CBA438

Tints of Metallic Gold #CBA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 47.99%
G = 38.77%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA438 (or 0xCBA438) is known color: Metallic Gold. HEX triplet: CB, A4 and 38. RGB value is (203,164,56). Sum of RGB (Red+Green+Blue) = 203+164+56=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA438 is #345BC7. Grayscale: #A3A3A3. Windows color (decimal): -3431368 or 3712203. OLE color: 3712203.

HSL color Cylindrical-coordinate representation of color #CBA438: hue angle of 44.08º 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 #CBA438 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 56 -
CMYK 0 0.19 0.72 0.20
HSL 44.08º 0.59% 0.51% -
HSV(B) 44.08º 0.72% 0.8% -
XYZ 38.62 39.53 9.34 -
YUV 163.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 203 164 56 0 0.19 0.72 0.20 44.08 0.59 0.51
Hex CB A4 38 0 13 48 14 2C 3B 33
Octal 313 244 70 0 23 110 24 54 73 63
Binary 11001011 10100100 111000 0 10011 1001000 10100 101100 111011 110011

Color Harmonies of #CBA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA438

Black with #CBA438

Text Example


Text Example

White with #CBA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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