Html Css Color HEX #CBA83D Metallic Gold

📋 copy color: '#CBA83D'

red 203 ◦ green 168 ◦ blue 61

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

Shades of Metallic Gold #CBA83D

Tints of Metallic Gold #CBA83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 46.99%
G = 38.89%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA83D (or 0xCBA83D) is known color: Metallic Gold. HEX triplet: CB, A8 and 3D. RGB value is (203,168,61). Sum of RGB (Red+Green+Blue) = 203+168+61=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA83D is #3457C2. Grayscale: #A6A6A6. Windows color (decimal): -3430339 or 4040907. OLE color: 4040907.

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

Color convert

RGB 203 168 61 -
CMYK 0 0.17 0.70 0.20
HSL 45.21º 0.58% 0.52% -
HSV(B) 45.21º 0.7% 0.8% -
XYZ 39.47 41.04 10.26 -
YUV 166.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 203 168 61 0 0.17 0.70 0.20 45.21 0.58 0.52
Hex CB A8 3D 0 11 46 14 2D 3A 34
Octal 313 250 75 0 21 106 24 55 72 64
Binary 11001011 10101000 111101 0 10001 1000110 10100 101101 111010 110100

Color Harmonies of #CBA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA83D

Black with #CBA83D

Text Example


Text Example

White with #CBA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA83D; }

 p { color: rgb(203,168,61); }

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

background-color css

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

 a { background-color: rgb(203,168,61); }

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

border-color css

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

 span { border-color: rgb(203,168,61); }

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