Html Css Color HEX #CBA52F Metallic Gold

📋 copy color: '#CBA52F'

red 203 ◦ green 165 ◦ blue 47

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

Shades of Metallic Gold #CBA52F

Tints of Metallic Gold #CBA52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 48.92%
G = 39.76%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBA52F (or 0xCBA52F) is known color: Metallic Gold. HEX triplet: CB, A5 and 2F. RGB value is (203,165,47). Sum of RGB (Red+Green+Blue) = 203+165+47=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA52F is #345AD0. Grayscale: #A3A3A3. Windows color (decimal): -3431121 or 3122635. OLE color: 3122635.

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

Color convert

RGB 203 165 47 -
CMYK 0 0.19 0.77 0.20
HSL 45.38º 0.62% 0.49% -
HSV(B) 45.38º 0.77% 0.8% -
XYZ 38.6 39.81 8.34 -
YUV 162.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 203 165 47 0 0.19 0.77 0.20 45.38 0.62 0.49
Hex CB A5 2F 0 13 4D 14 2D 3E 31
Octal 313 245 57 0 23 115 24 55 76 61
Binary 11001011 10100101 101111 0 10011 1001101 10100 101101 111110 110001

Color Harmonies of #CBA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA52F

Black with #CBA52F

Text Example


Text Example

White with #CBA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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