Html Css Color HEX #CFAF3A Metallic Gold

📋 copy color: '#CFAF3A'

red 207 ◦ green 175 ◦ blue 58

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

Shades of Metallic Gold #CFAF3A

Tints of Metallic Gold #CFAF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

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

R = 47.05%
G = 39.77%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFAF3A (or 0xCFAF3A) is known color: Metallic Gold. HEX triplet: CF, AF and 3A. RGB value is (207,175,58). Sum of RGB (Red+Green+Blue) = 207+175+58=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF3A is #3050C5. Grayscale: #ABABAB. Windows color (decimal): -3166406 or 3846095. OLE color: 3846095.

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

Color convert

RGB 207 175 58 -
CMYK 0 0.15 0.72 0.19
HSL 47.11º 0.61% 0.52% -
HSV(B) 47.11º 0.72% 0.81% -
XYZ 41.83 44.23 10.34 -
YUV 171.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 207 175 58 0 0.15 0.72 0.19 47.11 0.61 0.52
Hex CF AF 3A 0 F 48 13 2F 3D 34
Octal 317 257 72 0 17 110 23 57 75 64
Binary 11001111 10101111 111010 0 1111 1001000 10011 101111 111101 110100

Color Harmonies of #CFAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF3A

Black with #CFAF3A

Text Example


Text Example

White with #CFAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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