Html Css Color HEX #CFB731 Old Gold

📋 copy color: '#CFB731'

red 207 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #CFB731

Tints of Old Gold #CFB731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.16%

R = 47.15%
G = 41.69%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFB731 (or 0xCFB731) is known color: Old Gold. HEX triplet: CF, B7 and 31. RGB value is (207,183,49). Sum of RGB (Red+Green+Blue) = 207+183+49=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB731 is #3048CE. Grayscale: #AFAFAF. Windows color (decimal): -3164367 or 3258319. OLE color: 3258319.

HSL color Cylindrical-coordinate representation of color #CFB731: hue angle of 50.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFB731 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 49 -
CMYK 0 0.12 0.76 0.19
HSL 50.89º 0.62% 0.5% -
HSV(B) 50.89º 0.76% 0.81% -
XYZ 43.22 47.35 9.77 -
YUV 174.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 207 183 49 0 0.12 0.76 0.19 50.89 0.62 0.5
Hex CF B7 31 0 C 4C 13 33 3E 32
Octal 317 267 61 0 14 114 23 63 76 62
Binary 11001111 10110111 110001 0 1100 1001100 10011 110011 111110 110010

Color Harmonies of #CFB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB731

Black with #CFB731

Text Example


Text Example

White with #CFB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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