Html Css Color HEX #CFA33D Metallic Gold

📋 copy color: '#CFA33D'

red 207 ◦ green 163 ◦ blue 61

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

Shades of Metallic Gold #CFA33D

Tints of Metallic Gold #CFA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 48.03%
G = 37.82%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFA33D (or 0xCFA33D) is known color: Metallic Gold. HEX triplet: CF, A3 and 3D. RGB value is (207,163,61). Sum of RGB (Red+Green+Blue) = 207+163+61=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA33D is #305CC2. Grayscale: #A4A4A4. Windows color (decimal): -3169475 or 4039631. OLE color: 4039631.

HSL color Cylindrical-coordinate representation of color #CFA33D: hue angle of 41.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA33D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 61 -
CMYK 0 0.21 0.71 0.19
HSL 41.92º 0.6% 0.53% -
HSV(B) 41.92º 0.71% 0.81% -
XYZ 39.67 39.8 10.01 -
YUV 164.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 207 163 61 0 0.21 0.71 0.19 41.92 0.6 0.53
Hex CF A3 3D 0 15 47 13 2A 3C 35
Octal 317 243 75 0 25 107 23 52 74 65
Binary 11001111 10100011 111101 0 10101 1000111 10011 101010 111100 110101

Color Harmonies of #CFA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA33D

Black with #CFA33D

Text Example


Text Example

White with #CFA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA33D; }

 p { color: rgb(207,163,61); }

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

background-color css

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

 a { background-color: rgb(207,163,61); }

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

border-color css

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

 span { border-color: rgb(207,163,61); }

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