Html Css Color HEX #CFB739 Old Gold

📋 copy color: '#CFB739'

red 207 ◦ green 183 ◦ blue 57

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

Shades of Old Gold #CFB739

Tints of Old Gold #CFB739

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.94%

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

R = 46.31%
G = 40.94%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFB739 (or 0xCFB739) is known color: Old Gold. HEX triplet: CF, B7 and 39. RGB value is (207,183,57). Sum of RGB (Red+Green+Blue) = 207+183+57=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB739 is #3048C6. Grayscale: #B0B0B0. Windows color (decimal): -3164359 or 3782607. OLE color: 3782607.

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

Color convert

RGB 207 183 57 -
CMYK 0 0.12 0.72 0.19
HSL 50.4º 0.61% 0.52% -
HSV(B) 50.4º 0.72% 0.81% -
XYZ 43.4 47.43 10.74 -
YUV 175.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 207 183 57 0 0.12 0.72 0.19 50.4 0.61 0.52
Hex CF B7 39 0 C 48 13 32 3D 34
Octal 317 267 71 0 14 110 23 62 75 64
Binary 11001111 10110111 111001 0 1100 1001000 10011 110010 111101 110100

Color Harmonies of #CFB739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB739

Black with #CFB739

Text Example


Text Example

White with #CFB739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB739; }

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

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

background-color css

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

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

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

border-color css

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

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

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