Html Css Color HEX #CBA83F Metallic Gold

📋 copy color: '#CBA83F'

red 203 ◦ green 168 ◦ blue 63

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

Shades of Metallic Gold #CBA83F

Tints of Metallic Gold #CBA83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 46.77%
G = 38.71%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA83F (or 0xCBA83F) is known color: Metallic Gold. HEX triplet: CB, A8 and 3F. RGB value is (203,168,63). Sum of RGB (Red+Green+Blue) = 203+168+63=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA83F is #3457C0. Grayscale: #A6A6A6. Windows color (decimal): -3430337 or 4171979. OLE color: 4171979.

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

Color convert

RGB 203 168 63 -
CMYK 0 0.17 0.69 0.20
HSL 45º 0.57% 0.52% -
HSV(B) 45º 0.69% 0.8% -
XYZ 39.53 41.06 10.54 -
YUV 166.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 203 168 63 0 0.17 0.69 0.20 45 0.57 0.52
Hex CB A8 3F 0 11 45 14 2D 39 34
Octal 313 250 77 0 21 105 24 55 71 64
Binary 11001011 10101000 111111 0 10001 1000101 10100 101101 111001 110100

Color Harmonies of #CBA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA83F

Black with #CBA83F

Text Example


Text Example

White with #CBA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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