Html Css Color HEX #CBA83B Metallic Gold

📋 copy color: '#CBA83B'

red 203 ◦ green 168 ◦ blue 59

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

Shades of Metallic Gold #CBA83B

Tints of Metallic Gold #CBA83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.72%

R = 47.21%
G = 39.07%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA83B (or 0xCBA83B) is known color: Metallic Gold. HEX triplet: CB, A8 and 3B. RGB value is (203,168,59). Sum of RGB (Red+Green+Blue) = 203+168+59=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA83B is #3457C4. Grayscale: #A6A6A6. Windows color (decimal): -3430341 or 3909835. OLE color: 3909835.

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

Color convert

RGB 203 168 59 -
CMYK 0 0.17 0.71 0.20
HSL 45.42º 0.58% 0.51% -
HSV(B) 45.42º 0.71% 0.8% -
XYZ 39.42 41.02 9.98 -
YUV 166.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 203 168 59 0 0.17 0.71 0.20 45.42 0.58 0.51
Hex CB A8 3B 0 11 47 14 2D 3A 33
Octal 313 250 73 0 21 107 24 55 72 63
Binary 11001011 10101000 111011 0 10001 1000111 10100 101101 111010 110011

Color Harmonies of #CBA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA83B

Black with #CBA83B

Text Example


Text Example

White with #CBA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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