Html Css Color HEX #CFB12F Metallic Gold

📋 copy color: '#CFB12F'

red 207 ◦ green 177 ◦ blue 47

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

Shades of Metallic Gold #CFB12F

Tints of Metallic Gold #CFB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 48.03%
G = 41.07%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFB12F (or 0xCFB12F) is known color: Metallic Gold. HEX triplet: CF, B1 and 2F. RGB value is (207,177,47). Sum of RGB (Red+Green+Blue) = 207+177+47=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB12F is #304ED0. Grayscale: #ABABAB. Windows color (decimal): -3165905 or 3125711. OLE color: 3125711.

HSL color Cylindrical-coordinate representation of color #CFB12F: hue angle of 48.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB12F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 47 -
CMYK 0 0.14 0.77 0.19
HSL 48.75º 0.63% 0.5% -
HSV(B) 48.75º 0.77% 0.81% -
XYZ 41.97 44.91 9.15 -
YUV 171.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 207 177 47 0 0.14 0.77 0.19 48.75 0.63 0.5
Hex CF B1 2F 0 E 4D 13 31 3F 32
Octal 317 261 57 0 16 115 23 61 77 62
Binary 11001111 10110001 101111 0 1110 1001101 10011 110001 111111 110010

Color Harmonies of #CFB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB12F

Black with #CFB12F

Text Example


Text Example

White with #CFB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB12F; }

 p { color: rgb(207,177,47); }

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

background-color css

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

 a { background-color: rgb(207,177,47); }

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

border-color css

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

 span { border-color: rgb(207,177,47); }

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