Html Css Color HEX #CFB839 Old Gold

📋 copy color: '#CFB839'

red 207 ◦ green 184 ◦ blue 57

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

Shades of Old Gold #CFB839

Tints of Old Gold #CFB839

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 57 (22.66% from 255) = 12.72%

R = 46.21%
G = 41.07%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFB839 (or 0xCFB839) is known color: Old Gold. HEX triplet: CF, B8 and 39. RGB value is (207,184,57). Sum of RGB (Red+Green+Blue) = 207+184+57=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB839 is #3047C6. Grayscale: #B0B0B0. Windows color (decimal): -3164103 or 3782863. OLE color: 3782863.

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

Color convert

RGB 207 184 57 -
CMYK 0 0.11 0.72 0.19
HSL 50.8º 0.61% 0.52% -
HSV(B) 50.8º 0.72% 0.81% -
XYZ 43.61 47.84 10.81 -
YUV 176.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 207 184 57 0 0.11 0.72 0.19 50.8 0.61 0.52
Hex CF B8 39 0 B 48 13 33 3D 34
Octal 317 270 71 0 13 110 23 63 75 64
Binary 11001111 10111000 111001 0 1011 1001000 10011 110011 111101 110100

Color Harmonies of #CFB839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB839

Black with #CFB839

Text Example


Text Example

White with #CFB839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB839; }

 p { color: rgb(207,184,57); }

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

background-color css

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

 a { background-color: rgb(207,184,57); }

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

border-color css

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

 span { border-color: rgb(207,184,57); }

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