Html Css Color HEX #CBA43E Metallic Gold

📋 copy color: '#CBA43E'

red 203 ◦ green 164 ◦ blue 62

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

Shades of Metallic Gold #CBA43E

Tints of Metallic Gold #CBA43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.45%

R = 47.32%
G = 38.23%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA43E (or 0xCBA43E) is known color: Metallic Gold. HEX triplet: CB, A4 and 3E. RGB value is (203,164,62). Sum of RGB (Red+Green+Blue) = 203+164+62=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA43E is #345BC1. Grayscale: #A4A4A4. Windows color (decimal): -3431362 or 4105419. OLE color: 4105419.

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

Color convert

RGB 203 164 62 -
CMYK 0 0.19 0.69 0.20
HSL 43.4º 0.58% 0.52% -
HSV(B) 43.4º 0.69% 0.8% -
XYZ 38.77 39.6 10.16 -
YUV 164.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 203 164 62 0 0.19 0.69 0.20 43.4 0.58 0.52
Hex CB A4 3E 0 13 45 14 2B 3A 34
Octal 313 244 76 0 23 105 24 53 72 64
Binary 11001011 10100100 111110 0 10011 1000101 10100 101011 111010 110100

Color Harmonies of #CBA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA43E

Black with #CBA43E

Text Example


Text Example

White with #CBA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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