Html Css Color HEX #CFB038 Metallic Gold

📋 copy color: '#CFB038'

red 207 ◦ green 176 ◦ blue 56

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

Shades of Metallic Gold #CFB038

Tints of Metallic Gold #CFB038

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

 BLUE value IS 56 (22.27% from 255) = 12.76%

R = 47.15%
G = 40.09%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB038 (or 0xCFB038) is known color: Metallic Gold. HEX triplet: CF, B0 and 38. RGB value is (207,176,56). Sum of RGB (Red+Green+Blue) = 207+176+56=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB038 is #304FC7. Grayscale: #ACACAC. Windows color (decimal): -3166152 or 3715279. OLE color: 3715279.

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

Color convert

RGB 207 176 56 -
CMYK 0 0.15 0.73 0.19
HSL 47.68º 0.61% 0.52% -
HSV(B) 47.68º 0.73% 0.81% -
XYZ 41.97 44.6 10.14 -
YUV 171.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 207 176 56 0 0.15 0.73 0.19 47.68 0.61 0.52
Hex CF B0 38 0 F 49 13 30 3D 34
Octal 317 260 70 0 17 111 23 60 75 64
Binary 11001111 10110000 111000 0 1111 1001001 10011 110000 111101 110100

Color Harmonies of #CFB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB038

Black with #CFB038

Text Example


Text Example

White with #CFB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB038; }

 p { color: rgb(207,176,56); }

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

background-color css

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

 a { background-color: rgb(207,176,56); }

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

border-color css

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

 span { border-color: rgb(207,176,56); }

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