Html Css Color HEX #CFAF2D Metallic Gold

📋 copy color: '#CFAF2D'

red 207 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #CFAF2D

Tints of Metallic Gold #CFAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 48.48%
G = 40.98%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFAF2D (or 0xCFAF2D) is known color: Metallic Gold. HEX triplet: CF, AF and 2D. RGB value is (207,175,45). Sum of RGB (Red+Green+Blue) = 207+175+45=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF2D is #3050D2. Grayscale: #AAAAAA. Windows color (decimal): -3166419 or 2994127. OLE color: 2994127.

HSL color Cylindrical-coordinate representation of color #CFAF2D: hue angle of 48.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFAF2D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 45 -
CMYK 0 0.15 0.78 0.19
HSL 48.15º 0.64% 0.49% -
HSV(B) 48.15º 0.78% 0.81% -
XYZ 41.54 44.11 8.81 -
YUV 169.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 207 175 45 0 0.15 0.78 0.19 48.15 0.64 0.49
Hex CF AF 2D 0 F 4E 13 30 40 31
Octal 317 257 55 0 17 116 23 60 100 61
Binary 11001111 10101111 101101 0 1111 1001110 10011 110000 1000000 110001

Color Harmonies of #CFAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF2D

Black with #CFAF2D

Text Example


Text Example

White with #CFAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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