Html Css Color HEX #CFB337 Old Gold

📋 copy color: '#CFB337'

red 207 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #CFB337

Tints of Old Gold #CFB337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 55 (21.88% from 255) = 12.47%

R = 46.94%
G = 40.59%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB337 (or 0xCFB337) is known color: Old Gold. HEX triplet: CF, B3 and 37. RGB value is (207,179,55). Sum of RGB (Red+Green+Blue) = 207+179+55=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB337 is #304CC8. Grayscale: #ADADAD. Windows color (decimal): -3165385 or 3650511. OLE color: 3650511.

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

Color convert

RGB 207 179 55 -
CMYK 0 0.14 0.73 0.19
HSL 48.95º 0.61% 0.51% -
HSV(B) 48.95º 0.73% 0.81% -
XYZ 42.54 45.78 10.21 -
YUV 173.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 207 179 55 0 0.14 0.73 0.19 48.95 0.61 0.51
Hex CF B3 37 0 E 49 13 31 3D 33
Octal 317 263 67 0 16 111 23 61 75 63
Binary 11001111 10110011 110111 0 1110 1001001 10011 110001 111101 110011

Color Harmonies of #CFB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB337

Black with #CFB337

Text Example


Text Example

White with #CFB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB337; }

 p { color: rgb(207,179,55); }

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

background-color css

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

 a { background-color: rgb(207,179,55); }

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

border-color css

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

 span { border-color: rgb(207,179,55); }

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