Html Css Color HEX #CBA82F Metallic Gold

📋 copy color: '#CBA82F'

red 203 ◦ green 168 ◦ blue 47

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

Shades of Metallic Gold #CBA82F

Tints of Metallic Gold #CBA82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 48.56%
G = 40.19%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBA82F (or 0xCBA82F) is known color: Metallic Gold. HEX triplet: CB, A8 and 2F. RGB value is (203,168,47). Sum of RGB (Red+Green+Blue) = 203+168+47=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA82F is #3457D0. Grayscale: #A5A5A5. Windows color (decimal): -3430353 or 3123403. OLE color: 3123403.

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

Color convert

RGB 203 168 47 -
CMYK 0 0.17 0.77 0.20
HSL 46.54º 0.62% 0.49% -
HSV(B) 46.54º 0.77% 0.8% -
XYZ 39.14 40.91 8.52 -
YUV 164.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 203 168 47 0 0.17 0.77 0.20 46.54 0.62 0.49
Hex CB A8 2F 0 11 4D 14 2F 3E 31
Octal 313 250 57 0 21 115 24 57 76 61
Binary 11001011 10101000 101111 0 10001 1001101 10100 101111 111110 110001

Color Harmonies of #CBA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA82F

Black with #CBA82F

Text Example


Text Example

White with #CBA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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