Html Css Color HEX #CFB527 Metallic Gold

📋 copy color: '#CFB527'

red 207 ◦ green 181 ◦ blue 39

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

Shades of Metallic Gold #CFB527

Tints of Metallic Gold #CFB527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

 BLUE value IS 39 (15.63% from 255) = 9.13%

R = 48.48%
G = 42.39%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFB527 (or 0xCFB527) is known color: Metallic Gold. HEX triplet: CF, B5 and 27. RGB value is (207,181,39). Sum of RGB (Red+Green+Blue) = 207+181+39=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB527 is #304AD8. Grayscale: #ADADAD. Windows color (decimal): -3164889 or 2602447. OLE color: 2602447.

HSL color Cylindrical-coordinate representation of color #CFB527: hue angle of 50.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFB527 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 39 -
CMYK 0 0.13 0.81 0.19
HSL 50.71º 0.68% 0.48% -
HSV(B) 50.71º 0.81% 0.81% -
XYZ 42.62 46.46 8.64 -
YUV 172.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 207 181 39 0 0.13 0.81 0.19 50.71 0.68 0.48
Hex CF B5 27 0 D 51 13 33 44 30
Octal 317 265 47 0 15 121 23 63 104 60
Binary 11001111 10110101 100111 0 1101 1010001 10011 110011 1000100 110000

Color Harmonies of #CFB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB527

Black with #CFB527

Text Example


Text Example

White with #CFB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB527; }

 p { color: rgb(207,181,39); }

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

background-color css

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

 a { background-color: rgb(207,181,39); }

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

border-color css

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

 span { border-color: rgb(207,181,39); }

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