Html Css Color HEX #CFA53A Metallic Gold

📋 copy color: '#CFA53A'

red 207 ◦ green 165 ◦ blue 58

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

Shades of Metallic Gold #CFA53A

Tints of Metallic Gold #CFA53A

RGB

 RED value IS 207 (81.25% from 255) = 48.14%

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

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 48.14%
G = 38.37%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFA53A (or 0xCFA53A) is known color: Metallic Gold. HEX triplet: CF, A5 and 3A. RGB value is (207,165,58). Sum of RGB (Red+Green+Blue) = 207+165+58=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA53A is #305AC5. Grayscale: #A5A5A5. Windows color (decimal): -3168966 or 3843535. OLE color: 3843535.

HSL color Cylindrical-coordinate representation of color #CFA53A: hue angle of 43.09º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA53A is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 58 -
CMYK 0 0.20 0.72 0.19
HSL 43.09º 0.61% 0.52% -
HSV(B) 43.09º 0.72% 0.81% -
XYZ 39.95 40.48 9.71 -
YUV 165.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 207 165 58 0 0.20 0.72 0.19 43.09 0.61 0.52
Hex CF A5 3A 0 14 48 13 2B 3D 34
Octal 317 245 72 0 24 110 23 53 75 64
Binary 11001111 10100101 111010 0 10100 1001000 10011 101011 111101 110100

Color Harmonies of #CFA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA53A

Black with #CFA53A

Text Example


Text Example

White with #CFA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA53A; }

 p { color: rgb(207,165,58); }

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

background-color css

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

 a { background-color: rgb(207,165,58); }

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

border-color css

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

 span { border-color: rgb(207,165,58); }

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