Html Css Color HEX #CFA23A Metallic Gold

📋 copy color: '#CFA23A'

red 207 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #CFA23A

Tints of Metallic Gold #CFA23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

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

R = 48.48%
G = 37.94%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFA23A (or 0xCFA23A) is known color: Metallic Gold. HEX triplet: CF, A2 and 3A. RGB value is (207,162,58). Sum of RGB (Red+Green+Blue) = 207+162+58=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA23A is #305DC5. Grayscale: #A4A4A4. Windows color (decimal): -3169734 or 3842767. OLE color: 3842767.

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

Color convert

RGB 207 162 58 -
CMYK 0 0.22 0.72 0.19
HSL 41.88º 0.61% 0.52% -
HSV(B) 41.88º 0.72% 0.81% -
XYZ 39.42 39.41 9.53 -
YUV 163.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 207 162 58 0 0.22 0.72 0.19 41.88 0.61 0.52
Hex CF A2 3A 0 16 48 13 2A 3D 34
Octal 317 242 72 0 26 110 23 52 75 64
Binary 11001111 10100010 111010 0 10110 1001000 10011 101010 111101 110100

Color Harmonies of #CFA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA23A

Black with #CFA23A

Text Example


Text Example

White with #CFA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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