Html Css Color HEX #CBA33E Metallic Gold

📋 copy color: '#CBA33E'

red 203 ◦ green 163 ◦ blue 62

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

Shades of Metallic Gold #CBA33E

Tints of Metallic Gold #CBA33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

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

R = 47.43%
G = 38.08%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA33E (or 0xCBA33E) is known color: Metallic Gold. HEX triplet: CB, A3 and 3E. RGB value is (203,163,62). Sum of RGB (Red+Green+Blue) = 203+163+62=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA33E is #345CC1. Grayscale: #A3A3A3. Windows color (decimal): -3431618 or 4105163. OLE color: 4105163.

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

Color convert

RGB 203 163 62 -
CMYK 0 0.20 0.69 0.20
HSL 42.98º 0.58% 0.52% -
HSV(B) 42.98º 0.69% 0.8% -
XYZ 38.6 39.24 10.1 -
YUV 163.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 203 163 62 0 0.20 0.69 0.20 42.98 0.58 0.52
Hex CB A3 3E 0 14 45 14 2B 3A 34
Octal 313 243 76 0 24 105 24 53 72 64
Binary 11001011 10100011 111110 0 10100 1000101 10100 101011 111010 110100

Color Harmonies of #CBA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA33E

Black with #CBA33E

Text Example


Text Example

White with #CBA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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