Html Css Color HEX #CFB339 Old Gold

📋 copy color: '#CFB339'

red 207 ◦ green 179 ◦ blue 57

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

Shades of Old Gold #CFB339

Tints of Old Gold #CFB339

RGB

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

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

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

R = 46.73%
G = 40.41%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFB339 (or 0xCFB339) is known color: Old Gold. HEX triplet: CF, B3 and 39. RGB value is (207,179,57). Sum of RGB (Red+Green+Blue) = 207+179+57=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB339 is #304CC6. Grayscale: #ADADAD. Windows color (decimal): -3165383 or 3781583. OLE color: 3781583.

HSL color Cylindrical-coordinate representation of color #CFB339: hue angle of 48.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 #CFB339 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 57 -
CMYK 0 0.14 0.72 0.19
HSL 48.8º 0.61% 0.52% -
HSV(B) 48.8º 0.72% 0.81% -
XYZ 42.59 45.8 10.47 -
YUV 173.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 207 179 57 0 0.14 0.72 0.19 48.8 0.61 0.52
Hex CF B3 39 0 E 48 13 31 3D 34
Octal 317 263 71 0 16 110 23 61 75 64
Binary 11001111 10110011 111001 0 1110 1001000 10011 110001 111101 110100

Color Harmonies of #CFB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB339

Black with #CFB339

Text Example


Text Example

White with #CFB339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB339; }

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

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

background-color css

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

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

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

border-color css

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

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

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